From 1a2090fb5e7474e230c27395bb634f12a87e4e39 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 10 Aug 2022 13:40:18 +0800 Subject: [PATCH] Give a shout-out to our contributors --- README.md | 6 ++++++ src/lib.rs | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 286f7244..43157fa2 100644 --- a/README.md +++ b/README.md @@ -226,3 +226,9 @@ at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + +SeaORM is a community driven project. We welcome you to participate, contribute and together build for Rust's future. + +A big shout out to our contributors: + +[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) diff --git a/src/lib.rs b/src/lib.rs index 66548fc3..9e5c76eb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -297,6 +297,12 @@ //! Unless you explicitly state otherwise, any contribution intentionally submitted //! for inclusion in the work by you, as defined in the Apache-2.0 license, shall be //! dual licensed as above, without any additional terms or conditions. +//! +//! SeaORM is a community driven project. We welcome you to participate, contribute and together build for Rust's future. +//! +//! A big shout out to our contributors: +//! +//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) #![doc( html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" )]