summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-13 15:10:42 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-13 15:10:42 +0100
commit78ac98926ebd97c5166a6c88b5abd9e85883462b (patch)
tree0ae0213f7a5226fb31b858b788a5d25423124c6a /src/main.rs
parent4153ae68e4972c7e5a4a45ac1c91a9ceee52a7de (diff)
downloadmetamuffin-website-78ac98926ebd97c5166a6c88b5abd9e85883462b.tar
metamuffin-website-78ac98926ebd97c5166a6c88b5abd9e85883462b.tar.bz2
metamuffin-website-78ac98926ebd97c5166a6c88b5abd9e85883462b.tar.zst
fancy animation for licence
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,