X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/e29a1fae66084be615adffec6b32f477c8c16277..8f78cf14e9d177b9dfd43b6b35038d391821627e:/Cargo.toml?ds=inline 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]