JMAP tests reorganization

This commit is contained in:
mdecimus
2025-10-11 17:11:26 +02:00
parent 5a65f091fc
commit 5df5790210
84 changed files with 560 additions and 515 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "types"
version = "0.13.4"
version = "0.14.0"
edition = "2024"
resolver = "2"
[dependencies]
utils = { path = "../utils" }
trc = { path = "../trc" }
jmap-tools = { path = "/Users/me/code/jmap-tool" }
jmap-tools = { version = "0.1" }
hashify = "0.2"
serde = { version = "1.0", features = ["derive"]}
rkyv = { version = "0.8.10", features = ["little_endian"] }