From 984823e6ef2f19939583edcf7ff82508e13d3fab Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Sat, 23 Feb 2019 11:06:19 +0100 Subject: Renders file listing using maud --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 378a4d0..e9b16df 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![feature(proc_macro_hygiene)] + use actix_web::{fs, middleware, server, App}; use clap::crate_version; use simplelog::{Config, LevelFilter, TermLogger}; @@ -10,6 +12,7 @@ use yansi::{Color, Paint}; mod args; mod auth; mod listing; +mod renderer; #[derive(Clone, Debug)] /// Configuration of the Miniserve application -- cgit v1.2.3