diff --git a/async-graphql-warp/Cargo.toml b/async-graphql-warp/Cargo.toml index 6611bd2c..d6f64479 100644 --- a/async-graphql-warp/Cargo.toml +++ b/async-graphql-warp/Cargo.toml @@ -3,6 +3,14 @@ name = "async-graphql-warp" version = "1.0.0" authors = ["sunli "] edition = "2018" +description = "async-graphql for warp" +publish = true +license = "MIT/Apache-2.0" +documentation = "https://docs.rs/async-graphql/" +homepage = "https://github.com/sunli829/async-graphql" +repository = "https://github.com/sunli829/async-graphql" +keywords = ["futures", "async", "graphql"] +categories = ["network-programming", "asynchronous"] [dependencies] async-graphql = { path = "..", version = "1.9.0" }