aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* remove 6th keywordMariot Tsitoara2022-08-221-1/+1
|
* refactor(clap): Move from YAML to a builderLucas Burns2022-08-191-11/+12
| | | | | | * Used `rustfmt` on the project * Removed `lazy_static` in favor of `once_cell` (less dependencies) * Added `anyhow` for easier error handling
* Remove useless slashesMariot Tsitoara2021-03-071-1/+1
|
* Use concurrent downloadsv0.2.0Mariot Tsitoara2021-01-061-1/+3
|
* Limit runtime for reloadingMariot Tsitoara2021-01-041-1/+1
|
* Use bytes instead of text for image savingMariot Tsitoara2021-01-031-1/+1
|
* Add reload and sleep actionsMariot Tsitoara2021-01-031-1/+1
|
* Add log actions to lin and binMariot Tsitoara2021-01-021-0/+2
|
* Use reqwest blocking clientMariot Tsitoara2021-01-021-2/+2
|
* Add lib examples to READMEMariot Tsitoara2021-01-021-1/+1
|
* Bump versionMariot Tsitoara2021-01-021-1/+1
|
* Bump versionMariot Tsitoara2021-01-021-1/+1
|
* Move calculations from lib to binMariot Tsitoara2021-01-021-1/+1
|
* Separate tool into lib and binMariot Tsitoara2021-01-021-0/+8
|
* Upgrade reqwest versionMariot Tsitoara2021-01-021-1/+1
|
* Upgrade dependenciesMariot Tsitoara2021-01-021-5/+5
|
* Remove unused tempdir callsMariot Tsitoara2021-01-021-1/+0
|
* Add indicatif progress barMariot Tsitoara2019-07-271-1/+3
| | | | Remove println logs
* Change package name to chan-downloaderMariot Tsitoara2019-07-081-3/+3
|
* initial commitMariot Tsitoara2019-07-081-0/+18