wip: process handler
This commit is contained in:
@@ -7,9 +7,11 @@ edition = "2024"
|
||||
[dependencies]
|
||||
clap = { version = "4.5.60", features = ["derive"] }
|
||||
core_affinity = "0.8.3"
|
||||
procfs = "0.18.0"
|
||||
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", version = "10.6.1" }
|
||||
scheduler = "0.1.3"
|
||||
serde = { version = "1.0.228", features = ["serde_derive"] }
|
||||
sysinfo = "0.38.4"
|
||||
toml = "1.0.4"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
|
||||
Reference in New Issue
Block a user