about summary refs log tree commit diff
path: root/kittybox-rs/templates/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-10-25 22:47:35 +0300
committerVika <vika@fireburn.ru>2022-11-06 17:38:03 +0300
commit8c523414f007d54e0145ad9335a8932043a19f16 (patch)
treefe5cc306820740b330d1e1150549d077e52bbe61 /kittybox-rs/templates/Cargo.toml
parent4b917f257a41e6bdfd32e91d7a38bdc975c8f678 (diff)
kittybox-frontend-renderer: gzip static assets
Diffstat (limited to 'kittybox-rs/templates/Cargo.toml')
-rw-r--r--kittybox-rs/templates/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"