]> code.octet-stream.net Git - netwatcher/blobdiff - Cargo.toml
Clean up race condition in initial watch on Windows
[netwatcher] / Cargo.toml
index 04dea3fa0cfb80e16680f97d7d6c3b8fc1912d78..a1feb3cd76b55ec25addf13197ac4698e52f430a 100644 (file)
@@ -5,7 +5,11 @@ edition = "2021"
 
 [dependencies]
 
-[dependencies.windows]
+[target.'cfg(target_vendor = "apple")'.dependencies]
+nix = { version = "0.29.0", features = ["net"] }
+block2 = "0.5.1"
+
+[target.'cfg(windows)'.dependencies.windows]
 version = "0.56.0"
 features = [
     "Win32_NetworkManagement_IpHelper",