From 086ffe11d91e2d823bedc828b2b1655a06329b31 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 3 Mar 2020 19:27:04 +0800 Subject: [PATCH] update categories --- Cargo.toml | 2 +- async-graphql-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdf145c1..ea0d1ecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 78c629ec..33cceec3 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -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