739cc3bfc2
* Upgraded tokio, warp, hyper and actix * Code formatting * actix-web temporary version fix specification * Error handling fix on juniper_rocket Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
17 lines
331 B
TOML
17 lines
331 B
TOML
[package]
|
|
name = "juniper_benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
juniper = { path = "../juniper" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
tokio = { version = "1", features = ["rt-multi-thread"] }
|
|
|
|
[[bench]]
|
|
name = "benchmark"
|
|
harness = false
|