aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a function to write mimetypeA Farzat2026-03-031-1/+2
* Add file download logicA Farzat2026-03-031-2/+9
* Add OPF file detectionA Farzat2026-03-031-0/+6
* Remove the search endpointA Farzat2026-03-031-16/+2
* Convert chapters and file_entries to HashMapsA Farzat2026-03-031-1/+22
* Add fetching of the spine and table of contentsA Farzat2026-03-021-1/+19
* Refactor away SearchResponse modelA Farzat2026-03-021-18/+8
* Add file and chapter details fetchingA Farzat2026-03-021-1/+33
* Add e-book metadata fetchingA Farzat2026-03-021-10/+48
* Add authentication using cookiesA Farzat2026-03-011-5/+24
* Init commit: setup project and cli parsingA Farzat2026-03-011-0/+28