Update Cargo.toml

This commit is contained in:
sunli 2020-04-14 10:17:07 +08:00
parent 09d5e5f489
commit cac6023bc8

View File

@ -3,6 +3,14 @@ name = "async-graphql-warp"
version = "1.0.0"
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.0" }