summaryrefslogblamecommitdiffstats
path: root/examples/download_progress/Cargo.toml
blob: f38679eac0d5a66b82e88ae702cb72fb0d9ab271 (plain) (tree)
1
2
3
4
5
6
7
8
9


                          
                                                                               
                


               
                                               

                                         




                         
[package]
name = "download_progress"
version = "0.1.0"
authors = ["Songtronix <contact@songtronix.com>", "Folyd <lyshuhow@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["tokio"] }
iced_native = { path = "../../native" }
iced_futures = { path = "../../futures" }

[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["rustls-tls"]