aquatic_ws: create HandshakeMachine from ConnectionStage

This commit is contained in:
Joakim Frostegård 2020-05-13 19:17:33 +02:00
parent 2967129c1f
commit 0bcfffb2bd
5 changed files with 122 additions and 105 deletions

View file

@ -16,6 +16,7 @@ path = "src/bin/main.rs"
[dependencies]
aquatic_common = { path = "../aquatic_common" }
cli_helpers = { path = "../cli_helpers" }
either = "1"
flume = "0.7"
hashbrown = { version = "0.7", features = ["serde"] }
indexmap = "1"