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