diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 6b837bc2..d5fa6232 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -5,10 +5,10 @@ authors = ["sunli "] 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]