Starting configuration, probably doesn't work
This commit is contained in:
parent
4470108f3e
commit
efb7ef6929
6 changed files with 227 additions and 11 deletions
|
|
@ -9,11 +9,13 @@ edition = "2021"
|
|||
anyhow = "1.0"
|
||||
bytes = "1"
|
||||
crossterm = { version = "0.25", features = ["event-stream"] }
|
||||
home = "0.5.4"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
open = "3"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
toml = "0.5"
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
procfs = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue