Skip to main content

max / balanced_breakfast

deps: synckit moved to its own repo synckit-client was extracted from the MNW monorepo into ~/Code/synckit so the sync SDK versions independently. This repoints the path dependency; no code change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-24 21:31 UTC
Commit: e275578a2aa3f3e085107167e812cf4adc716e6e
Parent: abedd3f
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -66,7 +66,7 @@ bb-pdf = { path = "crates/bb-pdf" }
66 66
67 67 # External sibling crates (shared under ~/Code/Libraries)
68 68 supernote-push = { path = "../../Libraries/supernote-push" }
69 - synckit-client = { path = "../../MNW/shared/synckit-client" }
69 + synckit-client = { path = "../../synckit/synckit-client" }
70 70 tauri = "2.10.2"
71 71 tauri-plugin-updater = "2"
72 72 tagtree = { path = "../../MNW/shared/tagtree" }