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

23
procmon-gui/Cargo.toml Normal file
View File

@@ -0,0 +1,23 @@
[package]
name = "procmon-gui"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[[bin]]
name = "procmon-gui"
path = "src/main.rs"
[dependencies]
procmon-core = { path = "../procmon-core" }
tokio.workspace = true
anyhow.workspace = true
eframe.workspace = true
egui.workspace = true
egui_plot.workspace = true
chrono.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde.workspace = true
parking_lot.workspace = true