summaryrefslogtreecommitdiffstats
path: root/examples/toast/Cargo.toml
blob: 3410fb7d929874a84bfe8408d148821092dc58a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "toast"
version = "0.1.0"
authors = ["tarkah <admin@tarkah.dev>"]
edition = "2024"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["advanced"]