summaryrefslogtreecommitdiffstats
path: root/examples/toast/Cargo.toml
blob: 113313e2c27566694e5d37f031a58d3da25a46dc (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 = "2021"
publish = false

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