1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-21 19:13:57 +00:00

Switches to Downstream yubico with Optional libusb

This commit is contained in:
Stepan Fedorko-Bartos 2018-11-16 11:28:20 -07:00
parent 2c233cda8b
commit 5a8d5e426d
2 changed files with 80 additions and 262 deletions

View file

@ -58,7 +58,7 @@ jsonwebtoken = "= 4.0.1"
u2f = "0.1.2"
# Yubico Library
yubico="0.4.0"
yubico= { version = "0.4.0", default-features = false }
# A `dotenv` implementation for Rust
dotenv = { version = "0.13.0", default-features = false }
@ -87,3 +87,6 @@ lettre_email = { git = 'https://github.com/lettre/lettre', rev = 'c988b1760ad81'
# Version 0.1.2 from crates.io lacks a commit that fixes a certificate error
u2f = { git = 'https://github.com/wisespace-io/u2f-rs', rev = '193de35093a44' }
# Allows optional libusb support
yubico = { git = 'https://github.com/dani-garcia/yubico-rs' }