maud/maud/Cargo.toml
2016-10-09 20:18:34 +13:00

16 lines
367 B
TOML

[package]
name = "maud"
version = "0.12.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/maud/maud/"
homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud"
description = """
Compile-time HTML templates.
"""
[dependencies]
iron = { version = "0.4.0", optional = true }