mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Use proper workspace path declarations, remove workspace patch section
This commit is contained in:
parent
44b50204e2
commit
c18a59b0cb
12 changed files with 40 additions and 57 deletions
|
|
@ -16,13 +16,13 @@ name = "aquatic_ws_load_test"
|
|||
cpu-pinning = ["aquatic_common/cpu-pinning"]
|
||||
|
||||
[dependencies]
|
||||
async-tungstenite = "0.17"
|
||||
aquatic_cli_helpers = "0.2.0"
|
||||
aquatic_common = "0.2.0"
|
||||
aquatic_toml_config = "0.2.0"
|
||||
aquatic_ws_protocol = "0.2.0"
|
||||
aquatic_cli_helpers = { version = "0.2.0", path = "../aquatic_cli_helpers" }
|
||||
aquatic_common = { version = "0.2.0", path = "../aquatic_common", features = ["rustls-config"] }
|
||||
aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
|
||||
aquatic_ws_protocol = { version = "0.2.0", path = "../aquatic_ws_protocol" }
|
||||
|
||||
anyhow = "1"
|
||||
async-tungstenite = "0.17"
|
||||
futures = "0.3"
|
||||
futures-rustls = "0.22"
|
||||
glommio = "0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue