initial commit
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user