X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/fd5b83a034dd0cc1751ddbfe1df813fdf798b8b1..addb589bf51bdc5b5e253c0b5cbd47394e293ba7:/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]