async-graphql/benchmark/chat/Cargo.toml

10 lines
178 B
TOML
Raw Normal View History

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