docs: add favicon

This commit is contained in:
əlemi 2024-09-11 15:04:34 +02:00
parent d40f37e8d4
commit ba566439d3
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -87,6 +87,7 @@
//! * [npm (javascript)](https://www.npmjs.com/package/codemp)
//!
#![doc(html_logo_url = "https://code.mp/static/logo-round.png")]
#![doc(html_favicon_url = "https://code.mp/static/favicon.ico")]
/// core structs and traits
pub mod api;