build(p10-1a-2): add tree-sitter + tree-sitter-rust workspace deps

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 15:38:19 +00:00
parent a08ed32199
commit 5c265bb59f
3 changed files with 47 additions and 2 deletions

View File

@@ -8,8 +8,10 @@ repository = { workspace = true }
description = "Language-aware code parsing infrastructure (lang dispatch, .git/ detect, skip helpers) for the kebab pipeline (P10-1A-1)"
[dependencies]
anyhow = { workspace = true }
gix = { workspace = true }
anyhow = { workspace = true }
gix = { workspace = true }
tree-sitter = { workspace = true }
tree-sitter-rust = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }