[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"