Lots of networking work

This commit is contained in:
Kirill Shakirov
2026-03-01 20:16:02 +01:00
parent 0e318415a7
commit 5409c3597a
6 changed files with 1084 additions and 34 deletions
+7
View File
@@ -4,5 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.58", features = ["derive"] }
futures = "0.3.32"
log = "0.4.29"
rand = "0.9.2"
redb = "3.1.0"
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.49.0", features = ["full"] }
tokio-tungstenite = "0.28.0"
toml = "1.0.1"