mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
This is done by simply adding the autobuilder from the shared tree-sitter extractor library.
8 lines
161 B
TOML
8 lines
161 B
TOML
[package]
|
|
name = "codeql-autobuilder-rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }
|