chat/Cargo.toml
2026-02-06 20:56:29 +01:00

9 lines
194 B
TOML

[package]
name = "chat"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.8", features = ["ws"] }
futures = "0.3.31"
tokio = { version = "1.49.0", features = ["full"] }