Initial version of epub_compress in rust
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user