basic listener implemented, addedd modules, working on handling connections

This commit is contained in:
2025-11-11 13:35:34 +01:00
parent 8f9a48fa96
commit 8ffbfdc63f
2 changed files with 39 additions and 2 deletions

View File

@@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.21"
tungstenite = "0.21"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
futures-util = "0.3.31"
url = "2.5.7"