From 8c523414f007d54e0145ad9335a8932043a19f16 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 25 Oct 2022 22:47:35 +0300 Subject: kittybox-frontend-renderer: gzip static assets --- kittybox-rs/templates/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kittybox-rs/templates/Cargo.toml') diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml index ffdfc25..7090046 100644 --- a/kittybox-rs/templates/Cargo.toml +++ b/kittybox-rs/templates/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[build-dependencies] +libflate = "^1.2.0" +walkdir = "^2.3.2" + [dev-dependencies] faker_rand = "^0.1.1" rand = "^0.8.5" -- cgit 1.4.1