diff --git a/server/src/main.rs b/server/src/main.rs index 74c9827..c16f591 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -48,6 +48,8 @@ async fn main() -> io::Result<()> { } } + // TODO: Add compression fairing once rocket_contrib 0.5 re-implements it + let rocket = rocket::build() .attach(Template::custom(|engines| { handlebars_util::register_helpers(engines)