sparse/Cargo.toml
Andrew Rioux 2fc1916273 feat: added static linking against libnl
libnl will be used to help understand kernel routing tables
2023-05-06 22:44:20 -04:00

11 lines
155 B
TOML

[workspace]
members = ["pcap-sys", "nl-sys", "examples/*/*"]
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"