JMAP Registry API implementation - part 2

This commit is contained in:
mdecimus
2026-02-24 17:19:44 +01:00
parent ec148c5550
commit 2fea9a46b0
61 changed files with 1746 additions and 1992 deletions

View File

@@ -11,6 +11,7 @@ types = { path = "../types" }
trc = { path = "../trc" }
nlp = { path = "../nlp" }
directory = { path = "../directory" }
registry = { path = "../registry" }
calcard = { version = "0.3", features = ["rkyv"] }
hashify = "0.2"
tokio = { version = "1.47", features = ["net", "macros"] }
@@ -19,6 +20,8 @@ percent-encoding = "2.3.1"
compact_str = "0.9.0"
ahash = { version = "0.8" }
chrono = "0.4.40"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
[features]
test_mode = []