maud/benchmarks/Cargo.toml
2016-10-22 21:10:07 +13:00

15 lines
295 B
TOML

[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 = "*"
serde = "*"
serde_derive = "*"
tera = "*"