basic creation
This commit is contained in:
parent
8b072325d8
commit
e15b2b407a
14 changed files with 1258 additions and 8 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -4,6 +4,19 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio-tungstenite = "*"
|
||||
json = "*"
|
||||
axum = "*"
|
||||
axum = "*"
|
||||
futures-util = "*"
|
||||
|
||||
[dependencies.tokio-tungstenite]
|
||||
version = "*"
|
||||
default-features = false
|
||||
features = ["rustls-tls-webpki-roots"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "*"
|
||||
features = ["full"]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "*"
|
||||
features = ["v4"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue