sailfish/benches/Cargo.toml

21 lines
490 B
TOML
Raw Normal View History

2020-06-06 05:28:14 -04:00
[package]
name = "benches"
2020-06-10 22:55:51 -04:00
version = "0.0.4"
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-16 02:46:37 -04:00
yarte = { git = "https://github.com/botika/yarte", features = ["bytes_buff"] }
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