async-graphql/benchmark/Cargo.toml

14 lines
225 B
TOML
Raw Normal View History

2020-06-01 16:05:37 +00:00
[package]
name = "graphql-benchmark"
version = "1.14.11"
2020-06-01 16:05:37 +00:00
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
[dev-dependencies]
criterion = "0.3"
simple = { path = "simple" }
[[bench]]
name = "simple"
harness = false