JMAP Registry API implementation - part 2
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user