diff options
| author | A Farzat <a@farzat.xyz> | 2026-02-12 14:23:43 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-02-12 14:23:43 +0300 |
| commit | 57bc69a7f9af497526695e5a0bfbc60939f667e9 (patch) | |
| tree | 10d70a1334128cf8894d0c759b8dac2b3d752968 /Cargo.toml | |
| parent | 2d9314aa3145ec7948341f38164e13c2a2d945ad (diff) | |
| download | safaribooks-rs-57bc69a7f9af497526695e5a0bfbc60939f667e9.tar.gz safaribooks-rs-57bc69a7f9af497526695e5a0bfbc60939f667e9.zip | |
Add the ability to fetch book info
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
