Files
chat_server/Cargo.toml

11 lines
236 B
TOML

[package]
name = "chat_server"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.3", features = ["http2", "ws"] }
serde = "1.0.219"
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }
uuid = "1.16.0"