[package] name = "hemx" version.workspace = true edition.workspace = true [lib] path = "src/lib.rs" [dependencies] hemplate = { path = "../../hemplate/hemplate" } hemx-core = { path = "../hemx-core" } hemx-derive = { path = "../hemx-derive" }