From e44658641b75076b702e690df166820c1d133f24 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 26 May 2022 16:40:55 +0200 Subject: feat: Move to actix to enable compression Add compression and enable it by default. Also add `cargo-watch` to watch for changes. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index d574f7a..51c4728 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./target/release/hyper +web: ./target/release/actix -- cgit v1.2.3