mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-29 15:19:10 +00:00
Revert yubikey feature, not needed anymore
This commit is contained in:
parent
de51bc782e
commit
f571df7367
3 changed files with 9 additions and 33 deletions
|
@ -11,9 +11,7 @@ publish = false
|
|||
build = "build.rs"
|
||||
|
||||
[features]
|
||||
default = ["enable_yubikey"]
|
||||
enable_syslog = ["syslog", "fern/syslog-4"]
|
||||
enable_yubikey = ["yubico"]
|
||||
|
||||
[dependencies]
|
||||
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
||||
|
@ -74,7 +72,7 @@ jsonwebtoken = "5.0.1"
|
|||
u2f = "0.1.4"
|
||||
|
||||
# Yubico Library
|
||||
yubico = { version = "0.5.0", features = ["online"], default-features = false, optional = true }
|
||||
yubico = { version = "0.5.0", features = ["online"], default-features = false }
|
||||
|
||||
# A `dotenv` implementation for Rust
|
||||
dotenv = { version = "0.13.0", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue