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"] }