[package] name = "html_stack" version = "1.0.2" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.66" description = "A stack based dsl for writing html. This is not an html template!" readme = "readme.md" keywords = ["html","dsl","web","stack","filo"] categories = ["Web programming"] exclude = ["lib.rass"] [lib] path = "./lib.rs" [dependencies]