]> code.octet-stream.net Git - netwatcher/blobdiff - Cargo.toml
Add top-level docs and update README
[netwatcher] / Cargo.toml
index a1feb3cd76b55ec25addf13197ac4698e52f430a..f6e31258ab65310367846a636d47bfea2ca676c8 100644 (file)
@@ -5,9 +5,12 @@ edition = "2021"
 
 [dependencies]
 
-[target.'cfg(target_vendor = "apple")'.dependencies]
+[target.'cfg(any(target_vendor = "apple", target_os = "linux", target_os = "android"))'.dependencies]
 nix = { version = "0.29.0", features = ["net"] }
+
+[target.'cfg(target_vendor = "apple")'.dependencies]
 block2 = "0.5.1"
+objc2 = "0.5.2"
 
 [target.'cfg(windows)'.dependencies.windows]
 version = "0.56.0"