maud/maud_extras/Cargo.toml

16 lines
320 B
TOML
Raw Normal View History

2016-11-22 22:17:15 +13:00
[package]
name = "maud_extras"
version = "0.0.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "CC0-1.0"
2017-01-26 19:58:25 +13:00
repository = "https://github.com/lfairy/maud"
2016-11-22 22:17:15 +13:00
description = "Extra bits and pieces for use in Maud templates."
[dependencies]
maud = { path = "../maud", features = ["iron"] }
[lib]
path = "lib.rs"