Merge pull request #618 from DoumanAsh/axum_doc_link

Correct axum integration metadata
This commit is contained in:
Sunli 2021-09-02 11:28:51 +08:00 committed by GitHub
commit 9fd20ee455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for axum"
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"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql", "poem"]
keywords = ["futures", "async", "graphql", "axum"]
categories = ["network-programming", "asynchronous"]
[dependencies]