maud/maud_macros/Cargo.toml

22 lines
425 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"
2016-07-10 20:02:19 +12:00
version = "0.9.2"
2014-12-17 21:11:56 +13:00
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
2016-03-22 23:16:27 +13:00
documentation = "https://lambda.xyz/maud/maud/"
2015-03-15 11:10:06 +13:00
homepage = "http://lfairy.gitbooks.io/maud/content/"
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"
2016-06-12 15:07:11 +12:00
version = "=0.9.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