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
17 lines
223 B
TOML
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"
|
|
|