mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
52 lines
1.5 KiB
TOML
52 lines
1.5 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"aquatic",
|
|
"aquatic_cli_helpers",
|
|
"aquatic_common",
|
|
"aquatic_http",
|
|
"aquatic_http_load_test",
|
|
"aquatic_http_private",
|
|
"aquatic_http_protocol",
|
|
"aquatic_toml_config",
|
|
"aquatic_toml_config_derive",
|
|
"aquatic_udp",
|
|
"aquatic_udp_bench",
|
|
"aquatic_udp_load_test",
|
|
"aquatic_udp_protocol",
|
|
"aquatic_ws",
|
|
"aquatic_ws_load_test",
|
|
"aquatic_ws_protocol",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
aquatic = { path = "aquatic" }
|
|
aquatic_cli_helpers = { path = "aquatic_cli_helpers" }
|
|
aquatic_common = { path = "aquatic_common" }
|
|
aquatic_http_load_test = { path = "aquatic_http_load_test" }
|
|
aquatic_http = { path = "aquatic_http" }
|
|
aquatic_http_private = { path = "aquatic_http_private" }
|
|
aquatic_http_protocol = { path = "aquatic_http_protocol" }
|
|
aquatic_toml_config_derive = { path = "aquatic_toml_config_derive" }
|
|
aquatic_toml_config = { path = "aquatic_toml_config" }
|
|
aquatic_udp_bench = { path = "aquatic_udp_bench" }
|
|
aquatic_udp_load_test = { path = "aquatic_udp_load_test" }
|
|
aquatic_udp = { path = "aquatic_udp" }
|
|
aquatic_udp_protocol = { path = "aquatic_udp_protocol" }
|
|
aquatic_ws_load_test = { path = "aquatic_ws_load_test" }
|
|
aquatic_ws = { path = "aquatic_ws" }
|
|
aquatic_ws_protocol = { path = "aquatic_ws_protocol" }
|
|
|
|
membarrier = { git = "https://github.com/glommer/membarrier-rs.git", branch = "issue-22" }
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = true
|
|
|
|
[profile.test]
|
|
opt-level = 3
|
|
|
|
[profile.bench]
|
|
debug = true
|
|
opt-level = 3
|
|
lto = true
|