[package] name = "we-html" version = "0.1.0" edition.workspace = true [lib] name = "we_html" path = "src/lib.rs" [dependencies] we-dom = { path = "../dom" } we-encoding = { path = "../encoding" }