This commit is contained in:
Robin Appelman 2021-03-24 18:47:15 +01:00
commit b2e69c1c95
4 changed files with 80 additions and 8 deletions

View file

@ -7,11 +7,13 @@ edition = "2018"
[dependencies]
libzetta = "0.2"
color-eyre = "0.5"
heim = { version = "0.1.0-rc.1", features = ["sensors", "cpu", "memory", "net", "host"] }
heim = { version = "0.1.0-rc.1", features = ["sensors", "cpu", "memory", "net", "host", "disk"] }
warp = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
ctrlc = { version = "3", features = ["termination"] }
dotenv = "0.15"
futures-util = "0.3"
futures-lite = "1"
parse-display = "0.4"
parse-display = "0.4"
regex = "1"
once_cell = "1"