From cb575e5bb1eef9afc2b732e77108fe7e11e68ef5 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Tue, 14 Feb 2023 16:13:37 +0100 Subject: Implement zstd compression --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c6c80f4..56363d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ flate2 = { version = "1.0.25", features = ["zlib"], default-features = false } mt_ser_derive = { path = "derive" } paste = "1.0.11" thiserror = "1.0.38" +zstd = "0.12.3" -- cgit v1.2.3