mirror of
https://github.com/tonarino/innernet.git
synced 2024-11-28 08:58:37 +02:00
09e68c2c01
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.
7 lines
147 B
TOML
7 lines
147 B
TOML
[workspace]
|
|
members = ["server", "client", "hostsfile", "shared", "publicip", "netlink-request"]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = "thin"
|