Skip to main content

max / audiofiles

Update path deps for MNW monorepo restructure Shared libraries moved from ../../Shared/ to ../../MNW/shared/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-15 19:17 UTC
Commit: 3b8ea9723949ec3655815ffae2b180ad063f3f79
Parent: a8f11c4
2 files changed, +4 insertions, -4 deletions
M Cargo.toml +3 -3
@@ -45,6 +45,6 @@ semver = "1"
45 45 open = "5"
46 46 rayon = "1.10"
47 47 midir = "0.10"
48 - docengine = { path = "../../Shared/docengine" }
49 - tagtree = { path = "../../Shared/tagtree" }
50 - theme-common = { path = "../../Shared/theme-common" }
48 + docengine = { path = "../../MNW/shared/docengine" }
49 + tagtree = { path = "../../MNW/shared/tagtree" }
50 + theme-common = { path = "../../MNW/shared/theme-common" }
@@ -5,7 +5,7 @@ edition.workspace = true
5 5
6 6 [dependencies]
7 7 audiofiles-core = { workspace = true }
8 - synckit-client = { path = "../../../../Shared/synckit-client" }
8 + synckit-client = { path = "../../../../MNW/shared/synckit-client" }
9 9 rusqlite = { workspace = true }
10 10 parking_lot = { workspace = true }
11 11 tokio = { workspace = true }