diff --git a/src/lib.rs b/src/lib.rs index 06cc6eb0..bb119ef7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -188,6 +188,10 @@ //! # Ok(()) //! # } //! ``` +#![doc( + html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" +)] + mod database; mod driver; pub mod entity;