From 8ed18a551696ba4f89d7dfbdeaa879b21e079d33 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Mon, 1 Apr 2019 20:36:35 +0200 Subject: Color schemes --- 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 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 -- cgit v1.2.3