diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ anyhow = "1.0" futures = "0.3" gtk = "0.15" libhandy = "0.9" -mpd = { path = "../mpd" } +mpd = { path = "./vendored/mpd" } once_cell = "1.13" |