Files
slhx agent 34728b9a35 feat(sync): add typed flat patch boundary
req: sync/002

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

17 lines
319 B
TOML

[package]
name = "hemx-wasm"
version.workspace = true
edition.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
hemx-core = { path = "../hemx-core" }
wasm-bindgen = "=0.2.125"
[dev-dependencies]
serde_json = "1"
thirtyfour = "0.36"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }