Implement --list and --list-all commands

Requires a MSRV of 1.44 due to the transitive dependency on bitvec 0.19.
This commit is contained in:
Jack Grigg
2021-01-01 03:23:37 +00:00
parent 3ee6d59dcd
commit babe64da42
7 changed files with 890 additions and 12 deletions
+5
View File
@@ -13,7 +13,12 @@ edition = "2018"
[dependencies]
age-core = "0.5"
age-plugin = "0.0"
bech32 = "0.7.2"
elliptic-curve = "0.6"
gumdrop = "0.8"
p256 = "0.5"
x509-parser = "0.9"
yubikey-piv = { version = "0.1", features = ["untested"] }
[patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "d8fd951e059d9f7116b2b9dd0d176798a11b49f3" }