aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for epub.rsA Farzat2026-02-141-0/+126
* Group skeleton initialization into one functionA Farzat2026-02-142-9/+9
* Add functions to create the EPUB skeletonA Farzat2026-02-142-2/+48
* Create the basic directory structure for epubA Farzat2026-02-132-0/+92
* Add the ability to fetch book infoA Farzat2026-02-122-2/+38
* Add a login checkA Farzat2026-02-112-2/+38
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-113-2/+121
* Add a cookies moduleA Farzat2026-02-102-3/+158
* Add display and config modulesA Farzat2026-02-083-0/+95
* Add CLI parsingA Farzat2026-02-072-0/+74