diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-13 21:35:08 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-13 21:35:08 +0100 |
commit | 9732ed5ae9ae7e5bc26f8302b436d67d103e740b (patch) | |
tree | 9a3fa0d4a05d40837745e83d03f3e129fd9e03e6 /src/main.rs | |
parent | 9cefa70c3594445c3af6428be982b8b5b5883a42 (diff) | |
download | metamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar metamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar.bz2 metamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar.zst |
atom feed integrated aswell (with a cost of two new deps)
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 1857cfe..70646c3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,6 +38,7 @@ async fn main() { r_blog, r_blog_index, r_blog_article, + r_blog_atom, r_wellknown_security, r_wellknown_matrix_server, r_wellknown_matrix_client, |