1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-03 06:50:31 +00:00

Adds yubico-rs library dep

This commit is contained in:
Stepan Fedorko-Bartos 2018-11-15 18:34:17 -07:00
commit 24a4478b5c
2 changed files with 312 additions and 0 deletions

View file

@ -57,6 +57,9 @@ jsonwebtoken = "= 4.0.1"
# U2F library
u2f = "0.1.2"
# Yubico Library
yubico="0.4.0"
# A `dotenv` implementation for Rust
dotenv = { version = "0.13.0", default-features = false }