added another option temp

This commit is contained in:
2025-07-31 22:00:19 +02:00
parent e82531e11b
commit 0593bae47a
2 changed files with 24 additions and 3 deletions

View File

@@ -12,11 +12,13 @@ serde_json = "1.0"
tokio = { version = "1.37", features = ["full"] }
local-ip-address = "0.5"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] }
sysinfo = "0.35"
sysinfo = "0.36.1"
heim = "0.0.11"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror"] }