1
0
mirror of https://github.com/actix/examples synced 2024-11-25 15:22:42 +01:00
examples/websocket-chat-broker/Cargo.toml
cirm 25d34ee4e1
Upgrade websocket-chat-broker example to actix V3 and actix-broker 3.1 (#383)
Co-authored-by: Madis Jullinen <mjullinen@twilio.com>
2020-11-06 04:11:14 +09:00

25 lines
409 B
TOML

[package]
name = "websocket-chat-broker"
version = "0.1.1"
authors = [
"Chris Ricketts <chris.ricketts@steribar.com>",
"Rob Ede <robjtede@icloud.com>",
]
edition = "2018"
[[bin]]
name = "server"
path = "src/main.rs"
[dependencies]
actix = "0.10"
actix-broker = "0.3.1"
actix-files = "0.4"
actix-rt = "1"
actix-web = "3"
actix-web-actors = "3"
env_logger = "0.7"
futures = "0.3"
log = "0.4"
rand = "0.7"