mirror of
https://github.com/tonarino/innernet.git
synced 2025-03-17 21:18:22 +02:00
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"
|