async-graphql-warp 1.0.1

async-graphql for warp
Documentation
[package]
name = "async-graphql-warp"
version = "1.0.1"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
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"]

[dependencies]
async-graphql = { path = "..", version = "1.9.1" }
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"