2020-03-23 15:54:23 +01:00
|
|
|
[package]
|
|
|
|
|
name = "download_progress"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Songtronix <contact@songtronix.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2020-03-23 20:34:16 +01:00
|
|
|
iced = { path = "../..", features = ["tokio"] }
|
2020-03-23 15:54:23 +01:00
|
|
|
iced_native = { path = "../../native" }
|
|
|
|
|
iced_futures = { path = "../../futures" }
|
2020-03-23 20:34:16 +01:00
|
|
|
reqwest = "0.10"
|