summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-07 20:10:51 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-07 20:12:17 -0400
commit0de7e9ac43f88aae3750ecfe25b5454fdd1ad015 (patch)
treeb3634b46b9979b707a5479e280d8fffb9c1aed14 /Cargo.toml
parent73c086d37346ae80fa5ed8cc1aaab304db70d463 (diff)
Refactor and finalize
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"