c655d877ca
Move the v0 todo-list payload from Rust raw HTML formatting into a hemplate partial/view and cover both populated and empty rendered structure with scraper. req: html_safety/002 req: view/001 req: test/005
24 lines
528 B
TOML
24 lines
528 B
TOML
[package]
|
|
name = "slhx-v0-examples"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
axum = "0.7"
|
|
futures-util = "0.3"
|
|
hemplate = { path = "../../../hemplate/hemplate" }
|
|
slhx = { path = "../../slhx" }
|
|
slhx-axum = { path = "../../slhx-axum" }
|
|
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
|
|
[dev-dependencies]
|
|
scraper = "0.23"
|
|
slhx-test = { path = "../../slhx-test" }
|
|
|
|
[build-dependencies]
|
|
slhx-build = { path = "../../slhx-build" }
|