72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
18 lines
349 B
TOML
18 lines
349 B
TOML
[package]
|
|
name = "juniper_benchmarks"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
juniper = { path = "../juniper" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
tokio = { version = "1.0", features = ["rt-multi-thread"] }
|
|
|
|
[[bench]]
|
|
name = "benchmark"
|
|
harness = false
|