aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Group skeleton initialization into one functionA Farzat2026-02-141-9/+1
* Add functions to create the EPUB skeletonA Farzat2026-02-141-2/+13
* Create the basic directory structure for epubA Farzat2026-02-131-0/+1
* Add the ability to fetch book infoA Farzat2026-02-121-2/+9
* Add a login checkA Farzat2026-02-111-2/+16
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-111-1/+9
* Add a cookies moduleA Farzat2026-02-101-3/+20
* Add display and config modulesA Farzat2026-02-081-0/+22
* Add CLI parsingA Farzat2026-02-071-0/+8