summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2025-01-27Implement AI `gallery` example :tada:Libravatar Héctor Ramón Jiménez1-2/+1
It displays the most popular daily images of Civitai!
2024-09-10Fix `download_progress` and make it work on WasmLibravatar Héctor Ramón Jiménez1-1/+1
Co-authored-by: Skygrango <skygrango@gmail.com>
2024-07-09Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez1-1/+1
If you need to run a `Task` during boot, use `run_with` instead!
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-1/+2
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
2023-03-05Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez1-2/+0
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-13Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez1-1/+5
... and rely on `rustls` instead of `native-tls`
2021-02-12Improve download_progress example (#283)Libravatar Folyd1-3/+3
* Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
2020-11-25Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez1-1/+1
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
2020-03-23Improve `download_progress` exampleLibravatar Héctor Ramón Jiménez1-3/+2
- Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum
2020-03-23Add example for download with progress trackingLibravatar Songtronix1-3/+4
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+12