async-graphql/benchmark/simple/Cargo.toml

10 lines
186 B
TOML
Raw Normal View History

2020-06-01 16:05:37 +00:00
[package]
name = "simple"
2020-09-14 01:46:22 +00:00
version = "2.0.0-alpha.5"
2020-06-01 16:05:37 +00:00
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "*"