diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-02 10:05:46 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-02 11:27:12 +0300 |
| commit | 98532dc37ae9f72e8970d8d67e6bab9545596650 (patch) | |
| tree | 28b9f133106354c64101073180319105bc39fd2a /Cargo.toml | |
| parent | c6ffa62423659cf7d82802b9e0343f149c780de3 (diff) | |
| download | oreilly-epub-98532dc37ae9f72e8970d8d67e6bab9545596650.tar.gz oreilly-epub-98532dc37ae9f72e8970d8d67e6bab9545596650.zip | |
Add e-book metadata fetching
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
