2020-03-23 15:54:23 +01:00
|
|
|
[package]
|
|
|
|
|
name = "download_progress"
|
|
|
|
|
version = "0.1.0"
|
2021-02-13 05:00:52 +08:00
|
|
|
authors = ["Songtronix <contact@songtronix.com>", "Folyd <lyshuhow@gmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2020-03-23 15:54:23 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
2025-04-02 10:58:09 +02:00
|
|
|
iced.features = ["tokio", "sipper"]
|
2022-01-13 19:55:47 +07:00
|
|
|
|
|
|
|
|
[dependencies.reqwest]
|
2024-07-09 00:28:40 +02:00
|
|
|
version = "0.12"
|
2025-01-27 05:01:43 +01:00
|
|
|
features = ["stream"]
|