From 6019b2c945ccb5e7dc4cbc3b088e58f9fb4ea9f1 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 30 Apr 2021 15:00:52 +0200 Subject: [PATCH] Add compression todo --- server/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) 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)