maud/benchmarks/Cargo.toml
2019-03-16 21:28:51 +13:00

16 lines
281 B
TOML

[package]
name = "benchmarks"
version = "0.1.2"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
edition = "2018"
[dependencies]
maud = { path = "../maud" }
handlebars = "*"
horrorshow = "*"
liquid = "*"
rustc-serialize = "*"
serde = "*"
serde_json = "*"
tera = "*"
askama = "*"