async-graphql/benchmark/simple/Cargo.toml
2021-03-24 12:25:03 +08:00

10 lines
182 B
TOML

[package]
name = "simple"
version = "2.0.3"
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "1.4.0"