async-graphql/benchmark/simple/Cargo.toml

10 lines
178 B
TOML
Raw Normal View History

2020-06-01 16:05:37 +00:00
[package]
name = "simple"
2020-10-13 02:31:19 +00:00
version = "2.0.0"
2020-06-01 16:05:37 +00:00
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "*"