feat: works without yubikey

This commit is contained in:
2023-05-14 20:52:12 +08:00
parent a04164b6e2
commit 6b16b6c365
4 changed files with 596 additions and 21 deletions

View File

@@ -6,4 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
picky = "6.3"
rust_util = "0.6.41"
yubikey = { version = "0.7", features = ["untested"] }
zeroize = "1.6"