mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
add nvidia power and temperature
This commit is contained in:
parent
25fde3eeb6
commit
8488ff4ec5
6 changed files with 166 additions and 31 deletions
29
Cargo.toml
29
Cargo.toml
|
|
@ -6,27 +6,28 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.1"
|
||||
warp = "0.3"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
ctrlc = { version = "3", features = ["termination"] }
|
||||
dotenv = "0.15"
|
||||
regex = { version = "1", default-features = false, features = ["std"] }
|
||||
once_cell = "1"
|
||||
hostname = "0.3"
|
||||
libc = "0.2"
|
||||
ahash = "0.7"
|
||||
warp = "0.3.2"
|
||||
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }
|
||||
ctrlc = { version = "3.2.2", features = ["termination"] }
|
||||
dotenv = "0.15.0"
|
||||
regex = { version = "1.5.6", default-features = false, features = ["std"] }
|
||||
once_cell = "1.12.0"
|
||||
hostname = "0.3.1"
|
||||
libc = "0.2.126"
|
||||
ahash = "0.7.6"
|
||||
bollard = "0.13.0"
|
||||
futures-util = "0.3"
|
||||
libmdns = "0.7"
|
||||
tracing = "0.1.33"
|
||||
futures-util = "0.3.21"
|
||||
libmdns = "0.7.0"
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = "0.3.11"
|
||||
nvml-wrapper = "0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
iai = "0.1"
|
||||
iai = "0.1.1"
|
||||
|
||||
[[bench]]
|
||||
name = "iai"
|
||||
harness = false
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue