JMAP protocol layer refactoring (passing tests)

This commit is contained in:
mdecimus
2025-09-29 18:41:16 +02:00
parent c7c996d738
commit c8e0a1b2cb
24 changed files with 528 additions and 553 deletions

View File

@@ -7,7 +7,7 @@ resolver = "2"
[dependencies]
utils = { path = "../utils" }
trc = { path = "../trc" }
jmap-tools = { path = "/Users/me/code/jmap-tool" }
jmap-tools = { version = "0.1" }
hashify = "0.2"
serde = { version = "1.0", features = ["derive"]}
rkyv = { version = "0.8.10", features = ["little_endian"] }