diff --git a/WatcherAgent/Cargo.toml b/WatcherAgent/Cargo.toml index 708a8c3..150e7b0 100644 --- a/WatcherAgent/Cargo.toml +++ b/WatcherAgent/Cargo.toml @@ -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" \ No newline at end of file +nvml-wrapper = "0.10" + +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3", features = ["winuser"] } + +[target.'cfg(unix)'.dependencies] +glob = "0.3" \ No newline at end of file