17 lines
288 B
TOML
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" }
|