mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
26 lines
No EOL
445 B
TOML
26 lines
No EOL
445 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",
|
|
"aquatic_ws_load_test",
|
|
"aquatic_ws_protocol",
|
|
"plot_pareto"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = true
|
|
|
|
[profile.bench]
|
|
debug = true
|
|
opt-level = 3
|
|
lto = true |