This commit is contained in:
pavel 2026-02-06 20:56:24 +01:00
commit 1fb689fb8f
5 changed files with 1112 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[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"] }