Update authors

This commit is contained in:
Sunli 2020-09-18 20:36:05 +08:00
parent 52b8ce93a9
commit b3ce8d13ef
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "async-graphql"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"
publish = true

View File

@ -1,7 +1,7 @@
[package]
name = "graphql-benchmark"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "async-graphql-derive"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "Macros for async-graphql"
publish = true

View File

@ -1,7 +1,7 @@
[package]
name = "async-graphql-actix-web"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "async-graphql for actix-web"
publish = true

View File

@ -1,7 +1,7 @@
[package]
name = "async-graphql-warp"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "async-graphql for warp"
publish = true

View File

@ -1,7 +1,7 @@
[package]
name = "async-graphql-parser"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>"]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "GraphQL query parser for async-graphql"
publish = true