summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/Cargo.toml
blob: 61a1b2572c33f5d174ef6a46e9be41cef9671a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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.12"
default-features = false
features = ["stream", "rustls-tls"]