axum/examples/chat/Cargo.toml
2021-10-05 07:50:27 +02:00

13 lines
299 B
TOML

[package]
name = "example-chat"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../..", features = ["ws"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = "0.2"