1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-02-15 14:03:37 +02:00
2022-01-18 15:19:53 +09:00

12 lines
338 B
TOML

[package]
name = "netlink-request"
version = "1.5.3-beta.3"
edition = "2021"
[target.'cfg(target_os = "linux")'.dependencies]
netlink-sys = "0.8"
netlink-packet-core = "0.4"
netlink-packet-generic = "0.3"
netlink-packet-route = "0.10"
netlink-packet-wireguard = { git = "https://github.com/mcginty/netlink", branch = "wireguard-fixes" }