* Update dependencies for benchmarks Template engines - maud 0.17.1 (local) - handlebars 0.29.1 - horrorshow 0.6.2 - liquid 0.10.1 - tera 0.10.10 * Update benchmark dependencies * Remove unused feature * Revert indentation * Fix unused Result
15 lines
270 B
TOML
15 lines
270 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version = "0.1.1"
|
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
|
|
|
[dependencies]
|
|
maud = { path = "../maud" }
|
|
handlebars = "*"
|
|
horrorshow = "*"
|
|
liquid = "*"
|
|
rustc-serialize = "*"
|
|
serde = "*"
|
|
serde_derive = "*"
|
|
serde_json = "*"
|
|
tera = "*"
|