Logging and reconnect loop
This commit is contained in:
parent
4b2c9811dc
commit
68cca8cb7d
4 changed files with 149 additions and 46 deletions
|
|
@ -12,6 +12,7 @@ crossterm = { version = "0.25", features = ["event-stream"] }
|
|||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
procfs = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue