maud/maud_macros/Cargo.toml

21 lines
376 B
TOML
Raw Normal View History

2014-12-17 21:11:56 +13:00
[package]
2014-12-18 19:49:49 +13:00
name = "maud_macros"
2015-02-07 12:29:34 +13:00
version = "0.2.0"
2014-12-17 21:11:56 +13:00
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
2015-01-22 22:39:52 +13:00
documentation = "https://lambda.xyz/maud/doc/maud/"
2014-12-18 19:49:49 +13:00
repository = "https://github.com/lfairy/maud"
2014-12-17 21:11:56 +13:00
description = """
Compile-time HTML templates.
"""
2014-12-18 19:49:49 +13:00
[dependencies.maud]
path = "../maud"
2015-02-07 12:29:34 +13:00
version = "=0.2.0"
2014-12-17 21:11:56 +13:00
[lib]
2014-12-18 19:49:49 +13:00
name = "maud_macros"
2014-12-17 21:11:56 +13:00
plugin = true