40643e360d
req: client_local/001\nreq: client_local/004\nreq: client_local/005\nreq: client_local/009\nreq: client_local/010\nreq: client_local/014\nreq: v1_release/001
24 lines
453 B
TOML
24 lines
453 B
TOML
[package]
|
|
name = "hemx"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[bench]]
|
|
name = "render"
|
|
harness = false
|
|
|
|
[features]
|
|
default = []
|
|
client = ["dep:hemx-wasm"]
|
|
|
|
[dependencies]
|
|
hemx-core = { path = "../hemx-core" }
|
|
hemx-derive = { path = "../hemx-derive" }
|
|
hemx-wasm = { path = "../hemx-wasm", optional = true }
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
hemplate = { path = "../../hemplate/hemplate" }
|