1b2d2641b8
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
385 B
TOML
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
|