async-graphql/benchmark/Cargo.toml
2020-06-02 09:01:37 +08:00

14 lines
225 B
TOML

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