wip: process handler

This commit is contained in:
2026-03-09 20:57:21 +00:00
parent 570e8a172c
commit 8255974587
8 changed files with 563 additions and 8 deletions

View File

@@ -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"