Skip to content

Commit 66ae019

Browse files
MarkShawn2020claude
andcommitted
build(workspace): introduce Cargo workspace with lovcode-core skeleton
Add root Cargo.toml workspace with shared deps and version 0.40.0-dev. Create crates/lovcode-core lib crate with module skeleton (types, adapter, index, query, watcher) — implementations land in phase 1.2/1.3. src-tauri stays a workspace member; its old per-crate Cargo.lock is removed in favor of the workspace-level lock. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9346ba2 commit 66ae019

10 files changed

Lines changed: 1452 additions & 1192 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ dist-ssr
2626
# Local workspace artifacts
2727
.claude/
2828
output/
29+
30+
# Cargo workspace build artifacts
31+
/target/

0 commit comments

Comments
 (0)