maud/benchmarks/Cargo.toml

13 lines
253 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 = "*"