diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-07 20:10:51 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-07 20:12:17 -0400 |
| commit | 0de7e9ac43f88aae3750ecfe25b5454fdd1ad015 (patch) | |
| tree | b3634b46b9979b707a5479e280d8fffb9c1aed14 /Cargo.toml | |
| parent | 73c086d37346ae80fa5ed8cc1aaab304db70d463 (diff) | |
Refactor and finalize
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" |