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>
2 files changed,
+4 insertions,
-4 deletions
| 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 |
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 }
|