This commit is contained in:
Myx
2024-08-20 19:36:39 +02:00
commit 271a01ce30
9 changed files with 826 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "your_project_name"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.15"
tungstenite = "0.14"
url = "2.2"
futures-util = "0.3"