Initial version of epub_compress in rust

This commit is contained in:
2025-07-14 22:13:22 +02:00
commit ec25edc81a
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"