async-graphql/benchmark/Cargo.toml
2020-06-01 21:05:37 +05:00

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