Skip to main content

max / audiofiles

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: 239f0cea09f07b64669d0d7b7693b1808655f309
Parent: 4de4d61
1 file changed, +1 insertion, -1 deletion
@@ -5,7 +5,7 @@ edition.workspace = true
5 5
6 6 [dependencies]
7 7 audiofiles-core = { workspace = true }
8 - synckit-client = { path = "../../../../MNW/shared/synckit-client" }
8 + synckit-client = { path = "../../../../synckit/synckit-client" }
9 9 rusqlite = { workspace = true }
10 10 parking_lot = { workspace = true }
11 11 tokio = { workspace = true }