feat: ✨ client side basics
feat: ✨ websocket
This commit is contained in:
parent
7f31e76881
commit
35c1207cff
8 changed files with 207 additions and 91 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue