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

[dependencies]
iced = { path = "../..", features = ["advanced"] }