feat: v1.0.3, add log4rs

This commit is contained in:
2024-11-21 23:00:37 +08:00
parent e2f5bc52a2
commit 7d9f9f6870
9 changed files with 474 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "local-mini-kms"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -35,6 +35,9 @@ aes-kw = { version = "0.2", features = ["alloc"] }
sha1 = "0.10"
aes-gcm-stream = "0.2"
jose-jwk = "0.1"
log = "0.4"
env_logger = "0.11"
log4rs = "1.3"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.13", optional = true }