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

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