aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-03 13:11:57 +0300
committerA Farzat <a@farzat.xyz>2026-03-03 13:15:52 +0300
commit9a95cf1684fcd8bfc81efcac7676532413d35328 (patch)
treee04bc487509f6b09efcbb1c74c5f07dfa9f46989 /Cargo.toml
parentdc57dd6437e36fe3bca44cda623879f2b701371d (diff)
downloadoreilly-epub-9a95cf1684fcd8bfc81efcac7676532413d35328.tar.gz
oreilly-epub-9a95cf1684fcd8bfc81efcac7676532413d35328.zip
Start with the create_epub_archive function
For now, only mimetype is added. Next step is adding all the other files in epub_root.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 46034d8..9966c5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ reqwest = { version = "0.13.2", features = ["cookies", "json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["full"] }
+zip = { version = "8.1.0", default-features = false, features = ["deflate"] }