From 479e9b282ddb76b01ab7f3949eb0847504827844 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Thu, 31 Jul 2025 09:48:14 +0200 Subject: [PATCH] added libraries for os's --- WatcherAgent/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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