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:
parent
3cb911a52f
commit
24a4478b5c
2 changed files with 312 additions and 0 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue