aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index f662a73..92f4352 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,5 @@
#![feature(proc_macro_hygiene)]
+#![feature(custom_attribute)]
use actix_web::{fs, middleware, server, App};
use clap::crate_version;
@@ -15,6 +16,7 @@ mod auth;
mod errors;
mod listing;
mod renderer;
+mod themes;
#[derive(Clone, Debug)]
/// Configuration of the Miniserve application