aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for epub.rsA Farzat2026-02-141-1/+5
|
* Create the basic directory structure for epubA Farzat2026-02-131-0/+1
| | | | | | The directory name needs to be sanitized such that it is valid on all major Operating systems and filesystems. This includes replacing invalid characters and limiting the filename to 255 bytes.
* Add the ability to fetch book infoA Farzat2026-02-121-1/+1
|
* Add a login checkA Farzat2026-02-111-0/+1
| | | | Try to access the profile page to see if the cookies work or not.
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-111-0/+1
| | | | | | | - Build a reqwest::Client with Cookie and browser-like default headers - Wire into main without performing any HTTP calls Note: Keep cookie header internal; never log values
* Make dependency versions less specificA Farzat2026-02-101-3/+3
|
* Add a cookies moduleA Farzat2026-02-101-0/+3
| | | | | This parses the cookies found in the cookies.json file, making them ready to be used in http requests.
* Add display and config modulesA Farzat2026-02-081-0/+3
|
* Add CLI parsingA Farzat2026-02-071-0/+1
|
* Init commitA Farzat2026-02-061-0/+6