[package] name = "rusty-html-macros" version = "0.1.0" edition = "2021" authors = ["Michael van Straten"] description = "This crate belongs to the rusty-html crate and implements the macros for set crate" repository = "https://github.com/michaelvanstraten/rusty-html" license = "MIT" [dependencies] quote = "1.0.10" proc-macro2 = "1.0.34" [lib] proc-macro = true