Correct axum integration meta

This commit is contained in:
Douman 2021-09-02 12:03:38 +09:00
parent 8f061ac105
commit 2f08ad8658

View File

@ -5,10 +5,10 @@ authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "async-graphql for axum" description = "async-graphql for axum"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql-poem/" documentation = "https://docs.rs/async-graphql-axum/"
homepage = "https://github.com/async-graphql/async-graphql" homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql" repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql", "poem"] keywords = ["futures", "async", "graphql", "axum"]
categories = ["network-programming", "asynchronous"] categories = ["network-programming", "asynchronous"]
[dependencies] [dependencies]