From fe378c20c645ca1cb6cc04e95c9afd4c2de5c0e8 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 5 Jun 2024 22:42:05 +0300 Subject: feat: Handled Gzip compression --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6a19fc8..9858303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,8 @@ tokio = { version = "1.23.0", features = ["full"] } # async networking nom = "7.1.3" # parser combinators itertools = "0.11.0" # General iterator helpers regex = "1.10.4" +flate2 = "1.0.30" +base64 = "0.22.1" [dev-dependencies] pretty_assertions = "1.3.0" # nicer looking assertions -- cgit v1.2.3