juniper/juniper_benchmarks/Cargo.toml
dependabot-preview[bot] 31d339b3a9
Upgrade 'criterion' crate to 0.3 version (#703)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
Co-authored-by: tyranron <tyranron@gmail.com>
2020-10-19 12:55:42 +03:00

18 lines
440 B
TOML

[package]
name = "juniper_benchmarks"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bench]]
name = "benchmark"
harness = false
[dependencies]
juniper = { path = "../juniper" }
futures = "0.3"
[dev-dependencies]
criterion = "0.3"
tokio = { version = "0.2.0", features = ["rt-threaded", "rt-core"] }