async-graphql/benchmark/Cargo.toml

13 lines
222 B
TOML

[package]
name = "graphql-benchmark"
version = "0.1.0"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
[dev-dependencies]
criterion = "0.3"
simple = { path = "simple" }
[[bench]]
name = "simple"
harness = false