Skip to main content

max / balanced_breakfast

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: 071876914bf23b1a8ca8b96dc902bcfe92b96ab6
Parent: 8627591
4 files changed, +6 insertions, -6 deletions
M Cargo.toml +3 -3
@@ -48,7 +48,7 @@ open = "5"
48 48 # Utilities
49 49 chrono = { version = "0.4.43", features = ["serde"] }
50 50 uuid = { version = "1.20.0", features = ["v4", "serde"] }
51 - theme-common = { path = "../../Shared/theme-common" }
51 + theme-common = { path = "../../MNW/shared/theme-common" }
52 52 toml = "0.8.2"
53 53 dirs = "6.0.0"
54 54
@@ -57,7 +57,7 @@ bb-interface = { path = "crates/bb-interface" }
57 57 bb-core = { path = "crates/bb-core" }
58 58 bb-feed = { path = "crates/bb-feed" }
59 59 bb-db = { path = "crates/bb-db" }
60 - synckit-client = { path = "../../Shared/synckit-client" }
60 + synckit-client = { path = "../../MNW/shared/synckit-client" }
61 61 tauri = "2.10.2"
62 62 tauri-plugin-updater = "2"
63 - tagtree = { path = "../../Shared/tagtree" }
63 + tagtree = { path = "../../MNW/shared/tagtree" }
@@ -46,7 +46,7 @@ url = "2"
46 46 regex = "1"
47 47
48 48 # HTML sanitization for untrusted feed content
49 - docengine = { path = "../../../../Shared/docengine" }
49 + docengine = { path = "../../../../MNW/shared/docengine" }
50 50
51 51 # Concurrent fetching
52 52 futures = { workspace = true }
@@ -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
@@ -29,7 +29,7 @@
29 29 "targets": "all",
30 30 "resources": [
31 31 "../plugins/*.rhai",
32 - "../../../Shared/themes/*.toml"
32 + "../../../MNW/shared/themes/*.toml"
33 33 ],
34 34 "icon": [
35 35 "icons/32x32.png",