first commit

This commit is contained in:
DigiJ
2026-03-13 13:59:56 -07:00
commit 2a4867296e
22 changed files with 5373 additions and 0 deletions

21
procmon-tui/Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "procmon-tui"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[[bin]]
name = "procmon-tui"
path = "src/main.rs"
[dependencies]
procmon-core = { path = "../procmon-core" }
tokio.workspace = true
anyhow.workspace = true
ratatui.workspace = true
crossterm.workspace = true
chrono.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde.workspace = true