summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cdf2a5aa0c85778d59b2ea808aec77eefac767d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tunes"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0"
futures = "0.3"
gtk = "0.15"
libhandy = "0.9"
mpd = { path = "../mpd" }