From 9a95cf1684fcd8bfc81efcac7676532413d35328 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 3 Mar 2026 13:11:57 +0300 Subject: Start with the create_epub_archive function For now, only mimetype is added. Next step is adding all the other files in epub_root. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2