Update README.md

This commit is contained in:
sunli 2020-03-09 20:44:31 +08:00
parent d05ddc9104
commit bb72b5b7cd
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@
* [Cargo package](https://crates.io/crates/async-graphql)
* Minimum supported Rust version: 1.39 or later
## Example
```shell script
cargo run --example actix-web
```
Open in http://localhost:8000 in browser
## Features
* Fully support async/await.