Protocol version, async pump, start some testing

This commit is contained in:
John Doty 2022-12-16 13:57:52 -08:00
parent 763ecd190e
commit 6f906d80a7
6 changed files with 237 additions and 38 deletions

View file

@ -21,5 +21,8 @@ tokio-stream = "0.1"
toml = "0.5"
tui = "0.19"
[dev-dependencies]
assert_matches = "1"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"