X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/0ecc1ee8ddfdf50d813fe18794eb27ac4ec0cf56..74d0fddfbb570514118b4ddc228ce19ccd8bb969:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 04dea3f..a1feb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",