aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-02 10:05:46 +0300
committerA Farzat <a@farzat.xyz>2026-03-02 11:27:12 +0300
commit98532dc37ae9f72e8970d8d67e6bab9545596650 (patch)
tree28b9f133106354c64101073180319105bc39fd2a /Cargo.toml
parentc6ffa62423659cf7d82802b9e0343f149c780de3 (diff)
downloadoreilly-epub-98532dc37ae9f72e8970d8d67e6bab9545596650.tar.gz
oreilly-epub-98532dc37ae9f72e8970d8d67e6bab9545596650.zip
Add e-book metadata fetching
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 f8947bc..46034d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,6 @@ edition = "2024"
anyhow = "1.0.102"
clap = { version = "4.5.60", features = ["derive"] }
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"] }