async-graphql/async-graphql-warp/Cargo.toml

20 lines
568 B
TOML
Raw Normal View History

2020-04-14 01:53:17 +00:00
[package]
name = "async-graphql-warp"
2020-04-14 04:09:59 +00:00
version = "1.0.1"
2020-04-14 01:53:17 +00:00
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
2020-04-14 02:17:07 +00:00
description = "async-graphql for warp"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/sunli829/async-graphql"
repository = "https://github.com/sunli829/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
2020-04-14 01:53:17 +00:00
[dependencies]
2020-04-14 04:09:59 +00:00
async-graphql = { path = "..", version = "1.9.1" }
2020-04-14 01:53:17 +00:00
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"