diff --git a/docs/SeaQL icon dark.png b/docs/SeaQL icon dark.png new file mode 100644 index 000000000..f4491279b Binary files /dev/null and b/docs/SeaQL icon dark.png differ diff --git a/src/lib.rs b/src/lib.rs index 5d4b44b9e..12d50c8c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -652,7 +652,9 @@ //! r#"DROP INDEX `idx-glyph-aspect` ON `glyph`"# //! ); //! ``` - +#![doc( + html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" +)] pub mod backend; pub mod driver; pub mod error;