mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: add tungstenite::Message encode and decode, not tested
This commit is contained in:
parent
c94b3d7d3c
commit
4d0c3d309a
5 changed files with 114 additions and 25 deletions
|
|
@ -17,7 +17,7 @@ path = "src/bin/main.rs"
|
|||
bittorrent_udp = { path = "../bittorrent_udp" }
|
||||
cli_helpers = { path = "../cli_helpers" }
|
||||
flume = "0.7"
|
||||
hashbrown = "0.7"
|
||||
hashbrown = { version = "0.7", features = ["serde"] }
|
||||
histogram = "0.6"
|
||||
indexmap = "1"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
@ -27,6 +27,7 @@ parking_lot = "0.10"
|
|||
privdrop = "0.3"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
slab = "0.4"
|
||||
tungstenite = "0.10"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue