sparse/Cargo.toml
Andrew Rioux aecf1c9b80
feat: adding a bind shell example with more stuff
adding a bind shell that can allow for more practice with future
features such as multiple transports, encryption, transferring files,
and a more robust client interface
2023-09-02 14:32:34 -04:00

17 lines
223 B
TOML

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