b6ecb9513c
Add render_html plus slot render_view helpers that call hemplate render_into, and migrate a kanban effect path from explicit SafeHtml/html handling to the renderable-view helper. req: view/001 req: html_safety/002
13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "slhx"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
hemplate = { path = "../../hemplate/hemplate" }
|
|
slhx-core = { path = "../slhx-core" }
|
|
slhx-derive = { path = "../slhx-derive" }
|