docs: add logo to docs

This commit is contained in:
əlemi 2024-09-05 02:44:15 +02:00
parent bc8fe29733
commit 8e542d641b
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -3,6 +3,7 @@
//!
//! This is built on top of [tonic] and provides both clientside and serverside service
//! implementations.
#![doc(html_logo_url = "https://codemp.dev/logo-round.png")]
/// common types across services
#[allow(non_snake_case)]