maud/benchmarks/Cargo.toml
Chris Wong 250d93df9a
Enable stable support 🎉 ()
Infer whether nightly features are available using rustc_version. If this fails, assume stable.

Closes 
2020-09-28 11:06:44 +10: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 = "*"