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>
4 files changed,
+6 insertions,
-6 deletions
| 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 |
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 |
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 |
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 |
|
- |
../../../../../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 |
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"
|