[package] name = "hemx-build" version.workspace = true edition.workspace = true [lib] path = "src/lib.rs" [dependencies] hemplate-core = { path = "../../hemplate/hemplate-core", features = ["surface"] } hemx-core = { path = "../hemx-core" } quote = "1" serde_json = "1" syn = { version = "2", features = ["full"] }