From 9a8c551adfada379704d594a6ff3862f13857b8e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 21 Nov 2025 13:37:57 +0000 Subject: add git http handling --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 368c090..3e836f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ nostr-sdk = "0.44" # Utilities futures-util = "0.3" base64 = "0.22" +flate2 = "1.0" # Serialization serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3