maud/benchmarks/Cargo.toml

17 lines
283 B
TOML
Raw Normal View History

2016-10-02 17:24:36 +13:00
[package]
name = "benchmarks"
version = "0.1.2"
2016-10-02 17:24:36 +13:00
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
[dependencies]
maud = { path = "../maud" }
handlebars = "*"
horrorshow = "*"
liquid = "*"
rustc-serialize = "*"
2016-10-22 21:10:07 +13:00
serde = "*"
serde_derive = "*"
serde_json = "*"
2016-10-22 21:10:07 +13:00
tera = "*"
askama = "*"