From 7e0bfd720c67f44398e725ea6637438ac9218065 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 14 Apr 2020 11:44:49 +0800 Subject: [PATCH] Update lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 4ec55ab8..32c96439 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,6 +47,7 @@ //! ## Integrations //! //! * Actix-web [async-graphql-actix_web](https://crates.io/crates/async-graphql-actix-web) +//! * Warp [async-graphql-warp](https://crates.io/crates/async-graphql-warp) //! //! ## License //!