async-graphql/benchmark/Cargo.toml

13 lines
222 B
TOML
Raw Normal View History

2020-06-01 16:05:37 +00:00
[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