added libraries for os's

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

View File

@@ -16,3 +16,9 @@ sysinfo = "0.29"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
[target.'cfg(unix)'.dependencies]
glob = "0.3"