maud/benchmarks/Cargo.toml

16 lines
295 B
TOML
Raw Normal View History

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