From 861fb134ad6d77faeb23e9571a31e0c6031d7374 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 13 Jul 2026 21:28:31 +0100 Subject: adding compression --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0b3052f..4353904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ rand = "0.10.2" serde = {version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" walkdir = "2.5.0" +zstd = "0.13.3" [profile.release] strip = true -- cgit v1.2.3