mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
no hashmap for temparatures
This commit is contained in:
parent
9e5f04921e
commit
90dbaf071d
3 changed files with 54 additions and 88 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue