async-graphql/benchmark/simple/Cargo.toml
2020-09-14 09:46:22 +08:00

10 lines
186 B
TOML

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