iced-yoda/examples/radio/Cargo.toml

11 lines
257 B
TOML
Raw Normal View History

2023-03-14 14:34:32 -06:00
[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 = "../.." }