iced/examples/download_progress/Cargo.toml
Héctor Ramón Jiménez e86920be5b
Remove load method from application and daemon
If you need to run a `Task` during boot, use
`run_with` instead!
2024-07-09 00:28:40 +02:00

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.12"
default-features = false
features = ["rustls-tls"]