chat
This commit is contained in:
commit
1fb689fb8f
5 changed files with 1112 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue