async-graphql/benchmark/chat/Cargo.toml

10 lines
185 B
TOML
Raw Normal View History

2020-06-02 12:57:07 +00:00
[package]
name = "chat"
2020-10-10 08:30:42 +00:00
version = "2.0.0-alpha.24"
2020-06-02 12:57:07 +00:00
authors = ["Ivan Plesskih <terma95@gmail.com>"]
edition = "2018"
[dependencies]
async-graphql = { path = "../.." }
lazy_static = "*"