actix-actorless-websockets/Cargo.toml
2020-04-24 20:46:45 -05:00

18 lines
437 B
TOML

[package]
name = "ws-testing"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "1.1.0"
actix-web = "3.0.0-alpha.1"
actix-ws = { version = "0.1", path = "./actix-ws" }
anyhow = "1.0"
futures = "0.3"
log = "0.4"
pretty_env_logger = "0.4"
tokio = { version = "0.2", features = ["sync"] }