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