diff --git a/rp/Cargo.toml b/rp/Cargo.toml index a095177..22a8e90 100644 --- a/rp/Cargo.toml +++ b/rp/Cargo.toml @@ -26,10 +26,11 @@ rosenpass-wireguard-broker = { workspace = true } tokio = { workspace = true } -[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] -ctrlc-async = "3.2" futures = "0.3" futures-util = "0.3" + +[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] +ctrlc-async = "3.2" genetlink = "0.2" rtnetlink = "0.14" netlink-packet-core = "0.7"