feat: add procfs

This commit is contained in:
2022-07-29 00:35:05 +08:00
parent f598db686b
commit ffb630bb64
5 changed files with 176 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "local-mini-kms"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -22,3 +22,6 @@ rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.19", features = ["full"] }
hyper = { version = "0.14.20", features = ["client", "server", "tcp", "http1", "http2"] }
rusqlite = "0.28.0"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.13.2"