mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
s/toml_config/aquatic_toml_config/
This commit is contained in:
parent
8abdf702b7
commit
14a4c10546
27 changed files with 77 additions and 77 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -7,6 +7,8 @@ members = [
|
|||
"aquatic_http",
|
||||
"aquatic_http_load_test",
|
||||
"aquatic_http_protocol",
|
||||
"aquatic_toml_config",
|
||||
"aquatic_toml_config_derive",
|
||||
"aquatic_udp",
|
||||
"aquatic_udp_bench",
|
||||
"aquatic_udp_load_test",
|
||||
|
|
@ -14,26 +16,24 @@ members = [
|
|||
"aquatic_ws",
|
||||
"aquatic_ws_load_test",
|
||||
"aquatic_ws_protocol",
|
||||
"toml_config",
|
||||
"toml_config_derive",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
aquatic = { path = "aquatic" }
|
||||
aquatic_cli_helpers = { path = "aquatic_cli_helpers" }
|
||||
aquatic_common = { path = "aquatic_common" }
|
||||
aquatic_http = { path = "aquatic_http" }
|
||||
aquatic_http_load_test = { path = "aquatic_http_load_test" }
|
||||
aquatic_http = { path = "aquatic_http" }
|
||||
aquatic_http_protocol = { path = "aquatic_http_protocol" }
|
||||
aquatic_udp = { path = "aquatic_udp" }
|
||||
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 = { path = "aquatic_ws" }
|
||||
aquatic_ws_load_test = { path = "aquatic_ws_load_test" }
|
||||
aquatic_ws = { path = "aquatic_ws" }
|
||||
aquatic_ws_protocol = { path = "aquatic_ws_protocol" }
|
||||
toml_config = { path = "toml_config" }
|
||||
toml_config_derive = { path = "toml_config_derive" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue