maud/maud_macros/Cargo.toml
2016-07-10 20:02:19 +12:00

21 lines
425 B
TOML

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