mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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
|
|
@ -13,8 +13,8 @@ readme = "../README.md"
|
|||
name = "aquatic"
|
||||
|
||||
[dependencies]
|
||||
aquatic_cli_helpers = "0.2.0"
|
||||
aquatic_http = "0.2.0"
|
||||
aquatic_udp = "0.2.0"
|
||||
aquatic_ws = "0.2.0"
|
||||
aquatic_cli_helpers = { version = "0.2.0", path = "../aquatic_cli_helpers" }
|
||||
aquatic_http = { version = "0.2.0", path = "../aquatic_http" }
|
||||
aquatic_udp = { version = "0.2.0", path = "../aquatic_udp" }
|
||||
aquatic_ws = { version = "0.2.0", path = "../aquatic_ws" }
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue