feat: client side basics

feat:  websocket
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-24 03:19:35 +03:00
parent 7f31e76881
commit 35c1207cff
8 changed files with 207 additions and 91 deletions

View file

@ -7,7 +7,9 @@ edition = "2021"
[dependencies]
chrono = "0.4.38"
futures-util = "0.3.30"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
sha3 = "0.10.8"
tokio = { version = "1.37.0", features = ["full"] }
tokio-tungstenite = "0.21.0"