From ffc2145adb211d98a497a764c5c9045f47c949bc Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 28 May 2026 18:16:40 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd014c1..fac6cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ strip = true axum = "0.7" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip", "brotli", "deflate"] } -image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] } +image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp", "gif"] } mimalloc = "0.1" anyhow = "1" serde = { version = "1", features = ["derive"] }