From df3d1821c8740ce6adea4c501d6b051a9bbd9d67 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Fri, 6 Dec 2024 18:43:31 +0100 Subject: [PATCH] Fix build for mac --- rp/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"