summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
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 <metamuffin.org>
*/
+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,