From 2068342144fe093efba9b9ff080017d294da7b6d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 15 May 2026 14:37:15 +0100 Subject: add anyhow, serde, toml, dirs --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index af7b49a..2c4d073 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,7 @@ #[macro_use] extern crate rocket; +mod config; + #[launch] fn rocket() -> _ { rocket::build().mount("/", routes![index]) -- cgit v1.2.3