JMAP protocol layer refactoring (part 5)

This commit is contained in:
mdecimus
2025-09-27 20:02:16 +02:00
parent 8c67abcd3c
commit d9999a61fe
66 changed files with 2562 additions and 2074 deletions

View File

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