initial implementation

temperature code is haunted
This commit is contained in:
Robin Appelman 2021-03-24 00:23:14 +01:00
commit 8bc385c143
6 changed files with 2422 additions and 2 deletions

View file

@ -5,3 +5,11 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
libzetta = "0.2"
color-eyre = "0.5"
heim = { version = "0.1.0-rc.1", features = ["sensors", "cpu", "memory", "net", "host"] }
warp = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
ctrlc = { version = "3", features = ["termination"] }
dotenv = "0.15"
futures-util = "0.3"