aquatic/Cargo.toml
Joakim Frostegård ac52668a3d add crate cli_helpers with option and config parsing; use in aquatic
Putting cli functionality into its own crate will allow using it
from aquatic_bench and possibly other programs.
2020-04-09 16:55:40 +02:00

12 lines
No EOL
147 B
TOML

[workspace]
members = [
"aquatic",
"aquatic_bench",
"bittorrent_udp",
"cli_helpers",
]
[profile.release]
debug = true
lto = true