remove unused dependencies from aquatic_ws; run cargo update

This commit is contained in:
Joakim Frostegård 2020-05-11 23:24:50 +02:00
parent 18c4a51b74
commit 761952513f
2 changed files with 63 additions and 56 deletions

View file

@ -15,21 +15,17 @@ path = "src/bin/main.rs"
[dependencies]
aquatic_common = { path = "../aquatic_common" }
bittorrent_udp = { path = "../bittorrent_udp" }
cli_helpers = { path = "../cli_helpers" }
flume = "0.7"
hashbrown = { version = "0.7", features = ["serde"] }
histogram = "0.6"
indexmap = "1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
net2 = "0.2"
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"
[dev-dependencies]