add stat cards to index page, new pattern, misc

This commit is contained in:
2025-10-09 19:32:51 +02:00
parent d3a71827e1
commit 3b83bc89a0
8 changed files with 104 additions and 17 deletions

View File

@@ -1,11 +1,14 @@
use std::error::Error;
use tokio::net::TcpListener;
mod days;
mod discordbot;
mod router;
mod setup;
mod website;
const SHRUG: &'static str = "¯\\_(ツ)_/¯";
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
setup::dotenv_and_tracing();