]> code.octet-stream.net Git - netwatcher/blobdiff - Cargo.toml
Document things
[netwatcher] / Cargo.toml
index 2615972375a4f7a9077cd9780ec604fc6ad30ee5..45cff205d21bf16c5288a7decbff325a7554d008 100644 (file)
@@ -5,9 +5,12 @@ edition = "2021"
 
 [dependencies]
 
-[target.'cfg(unix)'.dependencies]
+[target.'cfg(any(target_vendor = "apple", target_os = "linux"))'.dependencies]
 nix = { version = "0.29.0", features = ["net"] }
 
+[target.'cfg(target_vendor = "apple")'.dependencies]
+block2 = "0.5.1"
+
 [target.'cfg(windows)'.dependencies.windows]
 version = "0.56.0"
 features = [