JMAP protocol layer refactoring (part 2)

This commit is contained in:
mdecimus
2025-09-24 18:14:44 +02:00
parent 6c612f7e1c
commit a95010c42e
60 changed files with 2260 additions and 1747 deletions

View File

@@ -11,7 +11,6 @@ types = { path = "../types" }
trc = { path = "../trc" }
jmap-tools = { path = "/Users/me/code/jmap-tool" }
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}
ahash = { version = "0.8.2", features = ["serde"] }
serde_json = { version = "1.0", features = ["raw_value"] }