X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/e29a1fae66084be615adffec6b32f477c8c16277..487dfaa43e0370e63157dc302d55543cff2949cf:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 78a17e6..f6e3125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] -[target.'cfg(any(target_vendor = "apple", target_os = "linux"))'.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]