[package]
name = "htmlm"
version = "0.6.0"
edition.workspace = true
description.workspace = true
license.workspace = true
[workspace]
members = ["htmlm-macro"]
resolver = "2"
[workspace.package]
edition = "2024"
description = "html macro with no dependencies"
license = "MIT"
[dependencies]
htmlm-macro = { version = "0.4.0", path = "htmlm-macro" }