Skip to content

Commit 3603f5f

Browse files
committed
cargo-rail: simple updates
1 parent fff9d7d commit 3603f5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ keywords = ["monorepo", "cargo", "workspace", "git", "split", "sync"]
1414
readme = "README.md"
1515

1616
[dependencies]
17-
# Git operations via system git (zero dependencies)
18-
19-
# CLI parsing with completions
2017
clap = { version = "4.5.51", features = ["derive", "cargo"] }
2118
anstyle = "1.0.13"
2219

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Build status: ✅ 115 tests passing, zero warnings, cargo deny/audit passing
9999
- Implement or document deferral
100100

101101
**Week 1 Performance Complete**: All critical performance optimizations done
102+
102103
- Reverse mapping index: O(1) lookups (100-500ms saved per sync)
103104
- Conflict detection cache: Single git call vs N calls (100ms-1s saved)
104105
- get_changed_files() cache: Eliminated duplicate parsing (10-50ms saved)

0 commit comments

Comments
 (0)