mirror of
https://github.com/actix/examples
synced 2025-09-02 03:46:38 +02:00
stateful websockets using actors (#384)
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c6f9ce071a
commit
876da8cf70
17
Cargo.lock
generated
17
Cargo.lock
generated
@@ -6274,6 +6274,23 @@ dependencies = [
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "websocket-state"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"actix 0.10.0",
|
||||
"actix-files 0.3.0",
|
||||
"actix-web 3.2.0",
|
||||
"actix-web-actors 3.0.0",
|
||||
"byteorder",
|
||||
"bytes 0.5.6",
|
||||
"env_logger 0.7.1",
|
||||
"futures 0.3.6",
|
||||
"rand",
|
||||
"serde 1.0.116",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "websocket-tcp-example"
|
||||
version = "2.0.0"
|
||||
|
Reference in New Issue
Block a user