From ce2cf4aa7971f143c59bca537b9215008338de6c Mon Sep 17 00:00:00 2001 From: linux_china Date: Mon, 1 Apr 2024 10:54:02 +0800 Subject: [PATCH] build: add flate2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 344a098..12a2d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,7 @@ base58 = "0.2" base64 = "0.22" base-62 = "0.1" urlencoding = "2" +flate2 = "1.0" url = "2" sha2 = "0.10" md5 = "0.7"