iced/examples/screenshot/Cargo.toml
Héctor Ramón Jiménez 432d9f5f97
Fix clippy::unused_async
2023-09-20 05:36:11 +02:00

17 lines
No EOL
322 B
TOML

[package]
name = "screenshot"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug", "image", "advanced", "tokio"]
image.workspace = true
image.features = ["png"]
tokio.workspace = true
tracing-subscriber = "0.3"