feat: v1.0.6, support list

This commit is contained in:
2024-12-12 23:31:57 +08:00
parent 4796b53aae
commit 660a9e305d
7 changed files with 429 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "local-mini-kms"
version = "1.0.5"
version = "1.0.6"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -28,7 +28,6 @@ hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "htt
# use bundled fix musl build core dump on CentOS 6.9
rusqlite = { version = "0.32", features = ["bundled"] }
yubico_manager = { version = "0.9", optional = true }
rpassword = "7.3"
rand = "0.8"
rsa = "0.9"
aes-kw = { version = "0.2", features = ["alloc"] }
@@ -38,6 +37,7 @@ jose-jwk = "0.1"
log = "0.4"
env_logger = "0.11"
log4rs = "1.3"
pinentry-util = "0.1.1"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.13", optional = true }