feat: v1.0.3, add log4rs
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user