diff --git a/README.md b/README.md index 32853c39..38c07b30 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Open `http://localhost:8000` in browser * Upload files (Multipart request) * Subscription (WebSocket transport) +## Integrations + +* async-graphql-actix-web (Actix-web) + ## Goals - [X] Types diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index 2b5fccee..7b02a4fc 100644 --- a/async-graphql-actix-web/Cargo.toml +++ b/async-graphql-actix-web/Cargo.toml @@ -3,7 +3,7 @@ name = "async-graphql-actix-web" version = "0.2.0" authors = ["sunli "] edition = "2018" -description = "The GraphQL server library implemented by rust" +description = "async-graphql for actix-web" publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 017b2518..2982ef3e 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -3,7 +3,7 @@ name = "async-graphql-derive" version = "1.2.0" authors = ["sunli "] edition = "2018" -description = "The GraphQL server library implemented by rust" +description = "Macros for async-graphql" publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/"