feat: v1.7.6, add subcommand age-address

This commit is contained in:
2023-10-06 10:46:45 +08:00
parent 78824f279b
commit 4b7743a68b
4 changed files with 107 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.7.5"
version = "1.7.6"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -34,6 +34,8 @@ ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13", features = ["pem", "ecdh"] }
spki = { version = "0.7", features = ["pem"] }
tabled = "0.14.0"
env_logger = "0.10"
bech32 = "0.9.1"
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"