mirror of
https://github.com/tokio-rs/axum.git
synced 2025-12-29 20:55:36 +00:00
13 lines
352 B
TOML
13 lines
352 B
TOML
[package]
|
|
name = "example-testing-websockets"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum", features = ["ws"] }
|
|
futures-channel = "0.3"
|
|
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
tokio-tungstenite = "0.28"
|