update readme

This commit is contained in:
sunli 2020-03-02 01:09:21 +08:00
parent b69ecc3647
commit 5494afba89
2 changed files with 2 additions and 3 deletions

View File

@ -40,9 +40,9 @@
- Complex Types
- [X] List
- [X] Non-Null
- [ ] Object
- [X] Object
- [X] Enum
- [ ] InputObject
- [X] InputObject
- [ ] Interface
- [ ] Union
- [ ] Query

View File

@ -11,7 +11,6 @@ homepage = "https://github.com/sunli829/async-graphql"
repository = "https://github.com/sunli829/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous", "framework"]
readme = "README.md"
[lib]
proc-macro = true