mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
16 lines
356 B
TOML
16 lines
356 B
TOML
# This is the shared workspace file for extractor using shared/tree-sitter/extractor
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"shared/tree-sitter-extractor",
|
|
"shared/yeast",
|
|
"shared/yeast-macros",
|
|
"ruby/extractor",
|
|
"unified/extractor",
|
|
"rust/extractor",
|
|
"rust/extractor/macros",
|
|
"rust/ast-generator",
|
|
"rust/autobuild",
|
|
]
|