This commit is contained in:
Mark
2025-05-26 09:38:41 +02:00
commit b959097944
4 changed files with 679 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "wstcp"
version = "0.1.0"
edition = "2024"
[dependencies]
futures-util = "0.3.31"
tokio = { version = "1.45.1", features = ["macros", "net", "rt", "time"] }
tokio-tungstenite = "0.26.2"