Change UI to tui

This commit is contained in:
John Doty 2022-11-27 08:23:20 -08:00
parent 5780b7a4bf
commit dc374f0d20
3 changed files with 178 additions and 123 deletions

View file

@ -19,6 +19,7 @@ thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
toml = "0.5"
tui = "0.19"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"