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