mirror of
https://github.com/tonarino/innernet.git
synced 2024-11-14 11:37:08 +08:00
11 lines
331 B
TOML
11 lines
331 B
TOML
[package]
|
|
name = "netlink-request"
|
|
version = "1.5.2"
|
|
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" }
|