mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
ws: sort dependencies alphabetically
This commit is contained in:
parent
688d68105b
commit
07cc575e39
1 changed files with 5 additions and 5 deletions
|
|
@ -23,8 +23,13 @@ aquatic_toml_config = "0.1.0"
|
||||||
aquatic_ws_protocol = "0.1.0"
|
aquatic_ws_protocol = "0.1.0"
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
async-tungstenite = "0.17"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
either = "1"
|
either = "1"
|
||||||
|
futures = "0.3"
|
||||||
|
futures-lite = "1"
|
||||||
|
futures-rustls = "0.22"
|
||||||
|
glommio = "0.7"
|
||||||
hashbrown = { version = "0.12", features = ["serde"] }
|
hashbrown = { version = "0.12", features = ["serde"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mimalloc = { version = "0.1", default-features = false }
|
mimalloc = { version = "0.1", default-features = false }
|
||||||
|
|
@ -36,11 +41,6 @@ serde = { version = "1", features = ["derive"] }
|
||||||
signal-hook = { version = "0.3" }
|
signal-hook = { version = "0.3" }
|
||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
tungstenite = "0.17"
|
tungstenite = "0.17"
|
||||||
async-tungstenite = "0.17"
|
|
||||||
futures-lite = "1"
|
|
||||||
futures = "0.3"
|
|
||||||
futures-rustls = "0.22"
|
|
||||||
glommio = "0.7"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = "1"
|
quickcheck = "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue