sparse/Cargo.toml
Andrew Rioux 81fb2ed548
feat: added windows support
factored out the packet parsing logic from libpcap

will probably come back to linking against libpcap in a later version
2023-09-02 23:09:05 -04:00

18 lines
238 B
TOML

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