Starting to build a UI

This commit is contained in:
John Doty 2022-10-10 02:51:43 +00:00
parent e50d4ba943
commit 119af02dfa
4 changed files with 133 additions and 33 deletions

View file

@ -10,6 +10,7 @@ anyhow = "1.0"
bytes = "1"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
crossterm = "0.25"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"