sailfish/benches/Cargo.toml

21 lines
463 B
TOML
Raw Normal View History

2020-06-06 05:28:14 -04:00
[package]
name = "benches"
2020-06-07 06:13:59 -04:00
version = "0.0.3"
2020-06-06 05:44:50 -04:00
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Ryohei Machida <orcinus4627@gmail.com>"]
2020-06-06 05:28:14 -04:00
edition = "2018"
publish = false
[dependencies]
horrorshow = "0.8.3"
markup = "0.4.1"
askama = "0.9.0"
criterion = "0.3.2"
2020-06-06 22:47:13 -04:00
yarte = { version = "0.9.8", features = ["fixed"] }
2020-06-06 05:28:14 -04:00
sailfish = { path = "../sailfish" }
sailfish-macros = { path = "../sailfish-macros" }
fomat-macros = "0.3.1"
[[bench]]
name = "all"
harness = false