mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Use (patched) crates.io deps for crates, add some package metadata
This commit is contained in:
parent
66e9882f48
commit
fe11ed138a
15 changed files with 66 additions and 28 deletions
15
Cargo.toml
15
Cargo.toml
|
|
@ -16,6 +16,21 @@ members = [
|
|||
"aquatic_ws_protocol",
|
||||
]
|
||||
|
||||
[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_protocol = { path = "aquatic_http_protocol" }
|
||||
aquatic_udp = { path = "aquatic_udp" }
|
||||
aquatic_udp_bench = { path = "aquatic_udp_bench" }
|
||||
aquatic_udp_load_test = { path = "aquatic_udp_load_test" }
|
||||
aquatic_udp_protocol = { path = "aquatic_udp_protocol" }
|
||||
aquatic_ws = { path = "aquatic_ws" }
|
||||
aquatic_ws_load_test = { path = "aquatic_ws_load_test" }
|
||||
aquatic_ws_protocol = { path = "aquatic_ws_protocol" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue