no hashmap for temparatures

This commit is contained in:
Robin Appelman 2021-03-28 22:31:21 +02:00
commit 90dbaf071d
3 changed files with 54 additions and 88 deletions

View file

@ -10,8 +10,7 @@ warp = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
ctrlc = { version = "3", features = ["termination"] }
dotenv = "0.15"
parse-display = "0.4"
regex = { version = "1", default-features = false }
regex = { version = "1", default-features = false, features = ["std"] }
once_cell = "1"
hostname = "0.3"
libc = "0.2"