From 2cb9824a183a374ac89695d3203b49ee6a1c1ff2 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 10 Jan 2023 16:44:33 +0800 Subject: [PATCH] Mascot --- README.md | 6 ++++++ src/lib.rs | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 4952ed3a..bfc00b0a 100644 --- a/README.md +++ b/README.md @@ -235,3 +235,9 @@ SeaORM is a community driven project. We welcome you to participate, contribute A big shout out to our contributors: [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) + +## Mascot + +A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells. + +Terres diff --git a/src/lib.rs b/src/lib.rs index 1f205612..ca88e4ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -306,6 +306,12 @@ //! A big shout out to our contributors: //! //! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) +//! +//! ## Mascot +//! +//! A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells. +//! +//! Terres #![doc( html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" )]