mirror of
https://github.com/actix/examples
synced 2024-12-18 00:13:57 +01:00
18 lines
379 B
TOML
18 lines
379 B
TOML
|
[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"] }
|