mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: create HandshakeMachine from ConnectionStage
This commit is contained in:
parent
2967129c1f
commit
0bcfffb2bd
5 changed files with 122 additions and 105 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -93,6 +93,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"aquatic_common",
|
||||
"cli_helpers",
|
||||
"either",
|
||||
"flume",
|
||||
"hashbrown",
|
||||
"indexmap",
|
||||
|
|
@ -330,6 +331,12 @@ dependencies = [
|
|||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
||||
|
||||
[[package]]
|
||||
name = "encode_unicode"
|
||||
version = "0.3.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue