Files
hemx/hemx-sync/Cargo.toml
T
slhx agent 34728b9a35 feat(sync): add typed flat patch boundary
req: sync/002

req: sync/003
2026-07-13 21:02:43 +02:00

12 lines
219 B
TOML

[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"