juniper/benches/Cargo.toml

19 lines
349 B
TOML
Raw Normal View History

2019-08-21 05:07:30 -05:00
[package]
name = "juniper_benchmarks"
version = "0.0.0"
edition = "2021"
authors = ["Christoph Herzog <chris@theduke.at>"]
publish = false
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.5"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
[[bench]]
name = "benchmark"
harness = false