innernet/Cargo.toml
Jake McGinty 09e68c2c01
(linux) wireguard-control: migrate from wireguard-control-sys to netlink crates (#177)
also introduces a new `netlink-request` crate to help modularize the netlink code. this currently depends on a fork of the `netlink` project, but we should be able to use the official version soon.
2022-01-07 18:35:21 +09:00

7 lines
147 B
TOML

[workspace]
members = ["server", "client", "hostsfile", "shared", "publicip", "netlink-request"]
[profile.release]
codegen-units = 1
lto = "thin"