1
0
Fork 0
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:
Daniel García 2019-01-12 15:28:41 +01:00
commit f571df7367
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 9 additions and 33 deletions

View file

@ -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 }