juniper/juniper_benchmarks/Cargo.toml

18 lines
340 B
TOML
Raw Normal View History

2019-08-21 05:07:30 -05:00
[package]
name = "juniper_benchmarks"
version = "0.1.0"
edition = "2018"
authors = ["Christoph Herzog <chris@theduke.at>"]
2019-08-21 05:07:30 -05:00
[dependencies]
futures = "0.3"
juniper = { path = "../juniper" }
2019-08-21 05:07:30 -05:00
[dev-dependencies]
criterion = "0.3"
tokio = { version = "0.2", features = ["rt-core", "rt-threaded"] }
[[bench]]
name = "benchmark"
harness = false