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>"]
|
2022-02-09 17:53:35 +07:00
|
|
|
edition = "2021"
|
2020-03-23 15:54:23 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-13 05:00:52 +08:00
|
|
|
iced = { path = "../..", features = ["tokio"] }
|
2020-03-23 15:54:23 +01:00
|
|
|
iced_native = { path = "../../native" }
|
|
|
|
|
iced_futures = { path = "../../futures" }
|
2022-01-13 19:55:47 +07:00
|
|
|
|
|
|
|
|
[dependencies.reqwest]
|
|
|
|
|
version = "0.11"
|
|
|
|
|
default-features = false
|
|
|
|
|
features = ["rustls-tls"]
|