JMAP for Contacts implementation (part 1)

This commit is contained in:
mdecimus
2025-10-01 17:21:56 +02:00
parent b906eea62d
commit d0aef5d5a2
46 changed files with 1307 additions and 104 deletions

3
Cargo.lock generated
View File

@@ -963,7 +963,7 @@ dependencies = [
[[package]]
name = "calcard"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"ahash",
"chrono",
@@ -3951,6 +3951,7 @@ name = "jmap_proto"
version = "0.13.4"
dependencies = [
"ahash",
"calcard",
"compact_str",
"hashify",
"jmap-tools",