summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-core/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 224ffd222e..6cd6aae1f4 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -33,13 +33,11 @@ rand = "0.8.5"
talpid-openvpn = { path = "../talpid-openvpn" }
triggered = "0.1.1"
-[target.'cfg(unix)'.dependencies]
-nix = "0.23"
-
[target.'cfg(target_os = "android")'.dependencies]
jnix = { version = "0.5", features = ["derive"] }
[target.'cfg(target_os = "linux")'.dependencies]
+nix = "0.23"
inotify = "0.10"
resolv-conf = "0.7"
nftnl = { version = "0.6.2", features = ["nftnl-1-1-0"] }