YubiKey plugin protocol
This commit is contained in:
+4
-2
@@ -13,6 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
age-core = "0.5"
|
||||
age-plugin = "0.0"
|
||||
base64 = "0.13"
|
||||
bech32 = "0.8"
|
||||
chrono = "0.4"
|
||||
console = "0.14"
|
||||
@@ -21,8 +22,9 @@ env_logger = "0.8"
|
||||
gumdrop = "0.8"
|
||||
hex = "0.4"
|
||||
log = "0.4"
|
||||
p256 = "0.7"
|
||||
rand = "0.8"
|
||||
p256 = { version = "0.7", features = ["ecdh"] }
|
||||
rand = "0.7"
|
||||
secrecy = "0.7"
|
||||
sha2 = "0.9"
|
||||
x509 = "0.2"
|
||||
x509-parser = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user