16 lines
281 B
TOML
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 = "*"
|