mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
add actorless chat example
This commit is contained in:
17
websockets/chat-actorless/Cargo.toml
Normal file
17
websockets/chat-actorless/Cargo.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "websocket-chat-actorless-example"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-files = "0.6"
|
||||
actix-web = "4"
|
||||
actix-ws = "0.2.5"
|
||||
awc = "3"
|
||||
|
||||
derive_more = "0.99.5"
|
||||
env_logger = "0.9"
|
||||
futures-util = { version = "0.3.7", default-features = false, features = ["std", "sink"] }
|
||||
log = "0.4"
|
||||
rand = "0.8"
|
||||
tokio = { version = "1.13.1", features = ["full"] }
|
Reference in New Issue
Block a user