feat(sync): add typed flat patch boundary

req: sync/002

req: sync/003
This commit is contained in:
slhx agent
2026-07-13 21:02:43 +02:00
parent 25fcdae9b9
commit 34728b9a35
12 changed files with 625 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "hemx-sync"
version.workspace = true
edition.workspace = true
[dependencies]
hemx-core = { path = "../hemx-core" }
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
serde_json = "1"