factored out the packet parsing logic from libpcap will probably come back to linking against libpcap in a later version
18 lines
238 B
TOML
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"
|
|
|