diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-04 21:14:32 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-04 21:14:32 +0300 |
| commit | a31db5a182c7d45ca6720a99c409b5c35fad69bb (patch) | |
| tree | c590e42fb84847fd4639124a28174fb9306abb7b /Cargo.toml | |
| parent | d34403eddc75188b1657a7076442b48da76bb727 (diff) | |
| download | oreilly-epub-a31db5a182c7d45ca6720a99c409b5c35fad69bb.tar.gz oreilly-epub-a31db5a182c7d45ca6720a99c409b5c35fad69bb.zip | |
Convert URLs pointing upstream to local relative
EPUB standard only recognizes relative paths. Fixes image rendering.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2024" [dependencies] anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } +relative-path = "2.0.1" reqwest = { version = "0.13.2", features = ["cookies", "json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" |
