From 78ac98926ebd97c5166a6c88b5abd9e85883462b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Feb 2023 15:10:42 +0100 Subject: fancy animation for licence --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 24f2c61..86e427d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,10 +3,12 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ +pub mod animation; pub mod layout; pub mod pages; pub mod wellknown; +use animation::*; use pages::*; use rocket::{catchers, fairing::AdHoc, http::Header, routes}; use wellknown::*; @@ -28,6 +30,7 @@ async fn main() { r_contact, r_projects, r_pgp_key, + r_wubbel, r_wellknown_security, r_wellknown_matrix_server, r_wellknown_matrix_client, -- cgit v1.2.3-70-g09d2