mpd_info_screen/Cargo.toml

12 lines
231 B
TOML
Raw Normal View History

2021-09-15 07:30:53 +00:00
[package]
name = "mpd_info_screen"
2022-01-14 01:57:08 +00:00
version = "0.2.16"
2021-09-15 07:30:53 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
2021-09-16 04:50:14 +00:00
image = "0.23"
ggez = "0.7"