Remove unnecessary Cargo configuration items.

This commit is contained in:
Sunli 2020-10-18 10:40:09 +08:00
parent 10d182332c
commit bfaddb2da5
6 changed files with 0 additions and 6 deletions

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"] authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018" edition = "2018"
description = "A GraphQL server library implemented in Rust" description = "A GraphQL server library implemented in Rust"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/" documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"] authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018" edition = "2018"
description = "Macros for async-graphql" description = "Macros for async-graphql"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/" documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"] authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018" edition = "2018"
description = "async-graphql for actix-web" description = "async-graphql for actix-web"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql-actix-web/" documentation = "https://docs.rs/async-graphql-actix-web/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["vkill <vkill.net@gmail.com>"] authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018" edition = "2018"
description = "async-graphql for tide" description = "async-graphql for tide"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql-tide/" documentation = "https://docs.rs/async-graphql-tide/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"] authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018" edition = "2018"
description = "GraphQL query parser for async-graphql" description = "GraphQL query parser for async-graphql"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/" documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"

View File

@ -4,7 +4,6 @@ version = "2.0.4"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"] authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018" edition = "2018"
description = "GraphQL value for async-graphql" description = "GraphQL value for async-graphql"
publish = true
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/" documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"