[package] name = "hemx-html-examples" version.workspace = true edition.workspace = true publish = false [lib] path = "src/lib.rs" [dependencies] axum = "0.7" hemplate = { path = "../../../hemplate/hemplate" } hemx = { path = "../../hemx" } hemx-axum = { path = "../../hemx-axum" } tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] } [dev-dependencies] scraper = "0.23" hemx-test = { path = "../../hemx-test" } [build-dependencies] hemx-build = { path = "../../hemx-build" }