Web Socket & http Server on same port
This commit is contained in:
parent
4170b9f387
commit
78a0ebd18e
7 changed files with 250 additions and 69 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -21,7 +21,9 @@ dependencies = [
|
|||
"hex",
|
||||
"hkdf",
|
||||
"hmac",
|
||||
"http-body-util",
|
||||
"hyper",
|
||||
"hyper-util",
|
||||
"json",
|
||||
"native-tls",
|
||||
"once_cell",
|
||||
|
|
@ -39,6 +41,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-tungstenite",
|
||||
"tokio-util",
|
||||
"tower",
|
||||
"tungstenite",
|
||||
"uuid",
|
||||
"walkdir",
|
||||
|
|
|
|||
Loading…
Reference in a new issue