non async code

i found out that async code would be better, so saved this code i might see this in future maybe :)
This commit is contained in:
RafayAhmad7548 2025-04-09 22:11:17 +05:00
parent 59cff14584
commit 5b4fd10214
3 changed files with 341 additions and 28 deletions

View file

@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
tokio-tungstenite = "0.26.2"
tungstenite = "0.26.2"