feat: v1.10.20, add sign-jwt-soft

This commit is contained in:
2025-03-22 23:14:34 +08:00
parent 0894366331
commit 31e710d779
6 changed files with 240 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.10.19"
version = "1.10.20"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -36,8 +36,8 @@ yubico_manager = "0.9"
x509 = "0.2"
x509-parser = { version = "0.15", features = ["verify"] }
ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13", features = ["pem", "ecdh"] }
p384 = { version = "0.13", features = ["pem", "ecdh"] }
p256 = { version = "0.13", features = ["pem", "ecdh", "ecdsa"] }
p384 = { version = "0.13", features = ["pem", "ecdh", "ecdsa"] }
spki = { version = "0.7", features = ["pem"] }
tabled = "0.14"
env_logger = "0.10"