mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
16 lines
361 B
TOML
16 lines
361 B
TOML
[package]
|
|
name = "websocket-echo-actorless-example"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-files = "0.6"
|
|
actix-web = "4"
|
|
actix-ws = "0.2.5"
|
|
awc = "3"
|
|
|
|
env_logger = "0.10"
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log = "0.4"
|
|
tokio = { version = "1.13.1", features = ["rt", "macros", "sync", "time"] }
|