diff --git a/README.md b/README.md index 286f7244b..43157fa2c 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 66548fc38..9e5c76eba 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" )]