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.
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
name = "download_progress"
|
|
version = "0.1.0"
|
|
authors = ["Songtronix <contact@songtronix.com>", "Folyd <lyshuhow@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["tokio"]
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.11"
|
|
default-features = false
|
|
features = ["rustls-tls"]
|