From 57bc69a7f9af497526695e5a0bfbc60939f667e9 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 12 Feb 2026 14:23:43 +0300 Subject: Add the ability to fetch book info --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 42e52da..70b1e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.1" -reqwest = { version = "0.13", default-features = false, features = ["rustls"] } +reqwest = { version = "0.13", default-features = false, features = ["gzip", "json", "rustls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.49", features = ["rt-multi-thread", "macros"] } -- cgit v1.2.3-70-g09d2