From fa7aa3ab48d1694fce44f7454f6331757677dde3 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sat, 14 Feb 2026 16:59:20 +0300 Subject: Add unit tests for epub.rs --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index efd6672..6fb629a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,14 @@ edition = "2024" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.1" -reqwest = { version = "0.13", default-features = false, features = ["gzip", "json", "rustls"] } +reqwest = { version = "0.13", default-features = false, features = ["deflate", "gzip", "json", "rustls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.49", features = ["rt-multi-thread", "macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } unicode-normalization = "0.1" + +[dev-dependencies] +quick-xml = "0.39.0" +tempfile = "3.25.0" -- cgit v1.2.3-70-g09d2