Implement --identity command

This commit is contained in:
Jack Grigg
2021-01-01 21:12:52 +00:00
parent babe64da42
commit 7a527b2be6
7 changed files with 287 additions and 2 deletions
+2
View File
@@ -14,9 +14,11 @@ edition = "2018"
age-core = "0.5"
age-plugin = "0.0"
bech32 = "0.7.2"
console = "0.14"
elliptic-curve = "0.6"
gumdrop = "0.8"
p256 = "0.5"
sha2 = "0.9"
x509-parser = "0.9"
yubikey-piv = { version = "0.1", features = ["untested"] }