summaryrefslogtreecommitdiffstats
path: root/examples/radio/Cargo.toml
blob: a8c7f3518497ca6d6f18f88fe92f7b138ea4344f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "radio"
version = "0.1.0"
authors = ["Aaron Honeycutt <aaronhoneycutt@proton.me>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { path = "../.." }