mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
12 lines
306 B
TOML
12 lines
306 B
TOML
[package]
|
|
name = "example-testing-websockets"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum", features = ["ws"] }
|
|
futures = "0.3"
|
|
hyper = { version = "1.0.0", features = ["full"] }
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
tokio-tungstenite = "0.23"
|