async-graphql/benchmark/chat/Cargo.toml

10 lines
177 B
TOML
Raw Normal View History

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