22 lines
329 B
TOML
22 lines
329 B
TOML
[workspace]
|
|
members = [
|
|
"pcap-sys", "nl-sys",
|
|
"packets",
|
|
"examples/*/*",
|
|
"sparse-protocol",
|
|
"sparse-05/*",
|
|
"sparse-c2/*",
|
|
"tcp-test/client"
|
|
]
|
|
resolver = "2"
|
|
package.name = "sparse"
|
|
package.version = "0.6.0"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
|