feat: v1.4.0 add cmd_pgpcardserve.rs

This commit is contained in:
2022-07-01 00:14:27 +08:00
parent 5aadb3f082
commit 00dee7b000
5 changed files with 547 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.3.3"
version = "1.4.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -31,6 +31,9 @@ yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.13"
ssh-agent = { version = "0.2.3", features = ["agent"] }
tokio = { version = "1", features = ["full"] }
serde_derive = "1.0"
warp = "0.3"
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"