juniper/benches/Cargo.toml
dependabot[bot] 1b2d2641b8
Update dataloader crate from 0.17 to 0.18 version (#1290)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 12:15:35 +01:00

19 lines
385 B
TOML

[package]
name = "juniper_benchmarks"
version = "0.0.0"
edition = "2021"
authors = ["Christoph Herzog <chris@theduke.at>"]
publish = false
[dependencies]
dataloader = "0.18" # for Book only
futures = "0.3"
juniper = { path = "../juniper" }
[dev-dependencies]
criterion = "0.5"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
[[bench]]
name = "benchmark"
harness = false