1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-02-22 04:33:34 +01:00
axum/examples/testing-websockets/Cargo.toml
2024-09-27 18:50:52 +02:00

11 lines
255 B
TOML

[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"] }
tokio-tungstenite = "0.24"