summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e05015c0dbfd29901da46186f34e4f7500062248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }
once_cell = "1.13"