mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws protocol: remove a Cargo.toml comment
This commit is contained in:
parent
fca6cc9fbd
commit
4e5fb8a848
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ anyhow = "1"
|
||||||
hashbrown = { version = "0.13", features = ["serde"] }
|
hashbrown = { version = "0.13", features = ["serde"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
# simd-json version 0.7 seems to have bugs in string parsing
|
|
||||||
# with custom visitor, where it includes quotes in strings
|
|
||||||
simd-json = { version = "0.10", features = ["allow-non-simd"] }
|
simd-json = { version = "0.10", features = ["allow-non-simd"] }
|
||||||
tungstenite = "0.19"
|
tungstenite = "0.19"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue