Initial version of epub_compress in rust

This commit is contained in:
Fabrice Mouhartem
2025-07-14 22:06:45 +02:00
commit 0d0f153d2c
4 changed files with 1053 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "epub_compress"
version = "0.1.0"
edition = "2021"
authors = ["Chouhartem <fabrice.mouhartem@epheme.re>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
infer = "0.16.0"
magick_rust = "1.0.0"
zip = "2.1.6"