mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Putting cli functionality into its own crate will allow using it from aquatic_bench and possibly other programs.
12 lines
No EOL
147 B
TOML
12 lines
No EOL
147 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"aquatic",
|
|
"aquatic_bench",
|
|
"bittorrent_udp",
|
|
"cli_helpers",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = true |