feat: new protocol and server implementation

This commit is contained in:
Ahmet Kaan Gümüş 2025-06-11 17:48:15 +03:00
parent d6e5389743
commit 51c29f7921
11 changed files with 445 additions and 198 deletions

View file

@ -5,8 +5,6 @@ edition = "2024"
[dependencies]
protocol = { path = "../protocol" }
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
tokio = { workspace = true }
s2n-quic = { workspace = true }