working on monitors tui
This commit is contained in:
10
monitors/monitor-tui-rs/Cargo.toml
Normal file
10
monitors/monitor-tui-rs/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user