working on monitors tui

This commit is contained in:
2025-08-11 11:09:10 -06:00
parent d402303e3e
commit bc64c6c87b
5 changed files with 716 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "monitor-tui"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1"
which = "6"
anyhow = "1"
chrono = { version = "0.4", features = ["clock"] }