[package]
name = "templating"
version = "0.1.0"
edition = "2024"
description = "Simple HTML templating for Rust."
license-file = "LICENSE"
repository = "https://github.com/Surjuu/templating"
readme = "README.md"
[dependencies]
[lib]
proc-macro = true