summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e05015c..7c2413b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"