diff --git a/crates/ruma-events/src/lib.rs b/crates/ruma-events/src/lib.rs index b874b0ce..355e34cd 100644 --- a/crates/ruma-events/src/lib.rs +++ b/crates/ruma-events/src/lib.rs @@ -1,3 +1,5 @@ +#![doc(html_favicon_url = "https://ruma.io/favicon.ico")] +#![doc(html_logo_url = "https://ruma.io/images/logo.png")] //! (De)serializable types for the events in the [Matrix](https://matrix.org) specification. //! These types are used by other Ruma crates. //!