2022-11-18 15:40:21 +01:00
|
|
|
[package]
|
|
|
|
|
name = "example-testing-websockets"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
axum = { path = "../../axum", features = ["ws"] }
|
|
|
|
|
futures = "0.3"
|
|
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
2024-12-18 21:15:55 +01:00
|
|
|
tokio-tungstenite = "0.26"
|