X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/846b618fe219c44dfc7b3a13aadace2198442c9c..a26e228658fabc4495f3d671850903c8e105d9a1:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 2615972..f6e3125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,13 @@ edition = "2021" [dependencies] -[target.'cfg(unix)'.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" features = [