зеркало из https://github.com/github/codeql.git
17 строки
514 B
TOML
17 строки
514 B
TOML
# This is the shared workspace file for extractor using shared/tree-sitter/extractor
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"shared/tree-sitter-extractor",
|
|
"ruby/extractor",
|
|
"rust/extractor",
|
|
"rust/extractor/macros",
|
|
"rust/ast-generator",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
# patch for build script bug preventing bazel build
|
|
# see https://github.com/rust-lang/rustc_apfloat/pull/17
|
|
rustc_apfloat = { git = "https://github.com/redsun82/rustc_apfloat.git", rev = "096d585100636bc2e9f09d7eefec38c5b334d47b" }
|