aquatic/Cargo.toml
2020-05-25 19:21:52 +02:00

15 lines
231 B
TOML

[workspace]
members = [
"aquatic_common",
"aquatic_udp",
"aquatic_udp_bench",
"aquatic_udp_load_test",
"aquatic_udp_protocol",
"aquatic_ws",
"cli_helpers",
]
[profile.release]
debug = true
lto = true