aquatic/Cargo.toml
Joakim Frostegård f1f708465a remove aquatic_common_tcp crate, move contents into aquatic_http
It doesn't make a lot of sense to make a separate crate for
the few things here. I don't really want tight coupling between
the crates anyway, since it impedes making changes in them
and makes understanding them more difficult.
2020-07-21 23:01:34 +02:00

24 lines
No EOL
390 B
TOML

[workspace]
members = [
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_http",
"aquatic_http_load_test",
"aquatic_http_protocol",
"aquatic_udp",
"aquatic_udp_bench",
"aquatic_udp_load_test",
"aquatic_udp_protocol",
"aquatic_ws",
"plot_pareto"
]
[profile.release]
debug = true
lto = true
[profile.bench]
debug = true
opt-level = 3
lto = true