From 6a30dbc017f8892c300010f9d0487c54d63ae936 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 10 Aug 2022 14:07:51 +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 4ca826685..189ccdebc 100644 --- a/README.md +++ b/README.md @@ -703,3 +703,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. + +SeaQuery 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-query/contributors.svg?width=1000)](https://github.com/SeaQL/sea-query/graphs/contributors) diff --git a/src/lib.rs b/src/lib.rs index 51307f460..dea51faf8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -736,6 +736,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. +//! +//! SeaQuery 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-query/contributors.svg?width=1000)](https://github.com/SeaQL/sea-query/graphs/contributors) #![doc( html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" )]