Files
hemx/hemx/Cargo.toml
T
2026-07-13 09:53:26 +02:00

17 lines
288 B
TOML

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