iced/examples/radio/Cargo.toml
2023-03-14 14:34:32 -06:00

10 lines
257 B
TOML

[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 = "../.." }