Fix build for mac

This commit is contained in:
Jacek Galowicz
2024-12-06 18:43:31 +01:00
committed by Paul Spooren
parent 6048ebd3d9
commit df3d1821c8

View File

@@ -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"