aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use XDG directories to map downloadsA Farzat35 hours1-0/+48
| | | | | | | | This provides standard locations for files regardless of the location of the binary and/or the working directory. Could allow some customization in the future, both as a permanent config or one-time case.
* Use xml! macro for cleaner xml handlingA Farzat3 days1-1/+31
|
* Fix chapter contents to proper xmlA Farzat3 days1-0/+10
| | | | | | | Change resource URLs using attribute matching (only img src for now, should add more later). Add respective stylesheets to chapters.
* Deserialize URLs to Url type directlyA Farzat4 days1-0/+2
| | | | | This saves the effort of having to do it manually later on. Also avoids duplication in parsing.
* Convert URLs pointing upstream to local relativeA Farzat5 days1-0/+10
| | | | EPUB standard only recognizes relative paths. Fixes image rendering.
* Start with the create_epub_archive functionA Farzat6 days1-0/+80
| | | | | For now, only mimetype is added. Next step is adding all the other files in epub_root.
* Add e-book metadata fetchingA Farzat7 days1-0/+1
|
* Add authentication using cookiesA Farzat8 days1-2/+1950
|
* Init commit: setup project and cli parsingA Farzat8 days1-0/+186