update categories

This commit is contained in:
sunli 2020-03-03 19:27:04 +08:00
parent a45122eda1
commit 086ffe11d9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ 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", "framework"]
categories = ["network-programming", "asynchronous"]
readme = "README.md"
[features]

View File

@ -10,7 +10,7 @@ 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", "framework"]
categories = ["network-programming", "asynchronous"]
[lib]
proc-macro = true