initial commit

This commit is contained in:
2025-04-10 23:34:10 -04:00
commit ee48ed5d07
4 changed files with 960 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "chat_server"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.3", features = ["http2", "ws"] }
serde = "1.0.219"
uuid = "1.16.0"