Rust: generate schema.py and extractor from ungrammar

This commit is contained in:
Arthur Baars
2024-09-13 16:57:54 +02:00
parent 61ac8d66f5
commit 1f30d5f41b
8 changed files with 539 additions and 84 deletions

View File

@@ -61,6 +61,7 @@ r.from_cargo(
"//ruby/extractor:Cargo.toml",
"//rust/extractor:Cargo.toml",
"//rust/extractor/macros:Cargo.toml",
"//rust/generate-schema:Cargo.toml",
"//shared/tree-sitter-extractor:Cargo.toml",
],
)