From 2366f34be1b3ef5f5be63615df94fdab52b1dfc5 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sun, 16 May 2021 19:16:47 +0200 Subject: [PATCH] Add flate2 crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9263978..a5adee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ threadpool = "1.0" json = "0.12.4" openssl = {version = "0.10", features = ["vendored"]} chrono = "0.4" +flate2 = "1.0.0"