From 3c0fe9bc0aa7498e722b88943686ffd4cb22672f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 16 Mar 2022 18:18:27 +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 47b945a5..892b397a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,6 +37,7 @@ //! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) //! + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) //! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) +//! + [Axum-GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum-graphql_example) //! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example) //! //! ## Features