Update some documents

This commit is contained in:
sunli 2020-03-18 08:44:41 +08:00
parent f41123c7da
commit b1e22e9193
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ name = "async-graphql-actix-web"
version = "0.2.0"
authors = ["sunli <scott_s829@163.com>"]
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/"

View File

@ -3,7 +3,7 @@ name = "async-graphql-derive"
version = "1.2.0"
authors = ["sunli <scott_s829@163.com>"]
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/"