feat(protocol): add initial parser for common message header

This commit is contained in:
Stanislav N Mikhailov
2026-07-18 21:58:32 +03:00
parent 359337bc10
commit 9f2d7f635e
5 changed files with 223 additions and 38 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ panic = "abort"
[dependencies]
tokio = { version = "1", features = ["full"] }
local-ip-address = "0.6"
local-ip-address = "0.6"
thiserror = "2.0"