From 3fdaa53d23dca4fa42c0433b6d47f35b922f9d13 Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 8 Feb 2023 22:02:27 +0100 Subject: [PATCH] enabled webp support in one used crate --- Cargo.toml | 2 +- src/mod.rs | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/mod.rs diff --git a/Cargo.toml b/Cargo.toml index 11fd512..2c05508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ env_logger = "0.10.*" dotenvy = "0.15.*" log = "0.4.*" clap = { version = "4.1.*", features = ["derive"] } -image = "0.24.*" +image = { version = "0.24.*", features = ["webp-encoder"] } termion = "2.0.*" \ No newline at end of file diff --git a/src/mod.rs b/src/mod.rs new file mode 100644 index 0000000..e69de29