maud/maud_macros/Cargo.toml
2014-12-18 19:49:49 +13:00

18 lines
305 B
TOML

[package]
name = "maud_macros"
version = "0.0.1"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lfairy/maud"
description = """
Compile-time HTML templates.
"""
[dependencies.maud]
path = "../maud"
[lib]
name = "maud_macros"
plugin = true