1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/websocket-chat-broker/Cargo.toml

19 lines
324 B
TOML
Raw Normal View History

[package]
name = "websocket-broker-example"
version = "0.1.0"
authors = ["Chris Ricketts <chris.ricketts@steribar.com>"]
workspace = "../"
[[bin]]
name = "server"
path = "src/main.rs"
[dependencies]
rand = "*"
futures = "0.1.24"
actix = "0.7"
actix-web = "0.7"
actix-broker = "0.1.4"
log = "0.4.5"
simple_logger = "0.5.0"