Logging and reconnect loop

This commit is contained in:
John Doty 2022-10-12 16:48:06 -07:00
parent 4b2c9811dc
commit 68cca8cb7d
4 changed files with 149 additions and 46 deletions

1
Cargo.lock generated
View file

@ -165,6 +165,7 @@ dependencies = [
"anyhow",
"bytes",
"crossterm",
"log",
"procfs",
"thiserror",
"tokio",