added libraries for os's

This commit is contained in:
2025-07-31 09:48:14 +02:00
parent e7d9aecc00
commit 479e9b282d

View File

@@ -15,4 +15,10 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "blo
sysinfo = "0.29"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"
nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
[target.'cfg(unix)'.dependencies]
glob = "0.3"