Skip to main content

max / goingson

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: b8d7d2386a055f0c73fb9fb2c53725437a51364e
Parent: 086ae41
4 files changed, +6 insertions, -6 deletions
M Cargo.toml +3 -3
@@ -67,7 +67,7 @@ tauri-plugin-updater = "2"
67 67 rhai = { version = "1.17", features = ["sync", "serde"] }
68 68 notify = "6.0"
69 69 notify-debouncer-mini = "0.4"
70 - theme-common = { path = "../../Shared/theme-common" }
70 + theme-common = { path = "../../MNW/shared/theme-common" }
71 71 toml = "0.8"
72 72
73 73 # Enums
@@ -88,7 +88,7 @@ flate2 = "1.0"
88 88 open = "5"
89 89
90 90 # Markdown rendering + HTML sanitization
91 - docengine = { path = "../../Shared/docengine" }
91 + docengine = { path = "../../MNW/shared/docengine" }
92 92
93 93 # Filesystem
94 94 dirs = "6"
@@ -98,7 +98,7 @@ tracing = "0.1"
98 98 tracing-subscriber = { version = "0.3", features = ["env-filter"] }
99 99
100 100 # Tag standard
101 - tagtree = { path = "../../Shared/tagtree" }
101 + tagtree = { path = "../../MNW/shared/tagtree" }
102 102
103 103 # Internal crates
104 104 goingson-core = { path = "crates/core" }
@@ -19,7 +19,7 @@ tauri-build = { workspace = true }
19 19 goingson-core = { workspace = true }
20 20 goingson-db-sqlite = { workspace = true }
21 21 goingson-plugin-runtime = { workspace = true }
22 - synckit-client = { path = "../../../Shared/synckit-client" }
22 + synckit-client = { path = "../../../MNW/shared/synckit-client" }
23 23
24 24 # Tauri
25 25 tauri = { workspace = true, features = ["image-png"] }
@@ -1 +1 @@
1 - ../../../../../Shared/tauri-updater-ui/updater.js
1 > \ No newline at end of file
1 + ../../../../../MNW/shared/tauri-updater-ui/updater.js
1 < \ No newline at end of file
@@ -38,7 +38,7 @@
38 38 "icons/icon.ico"
39 39 ],
40 40 "resources": [
41 - "../../../Shared/themes/*.toml"
41 + "../../../MNW/shared/themes/*.toml"
42 42 ],
43 43 "iOS": {
44 44 "developmentTeam": "93C54W92UP"