async-graphql/benchmark/simple/Cargo.toml
2020-06-02 18:00:53 +05:00

9 lines
179 B
TOML

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