Files
codeql/rust/autobuild/Cargo.toml
Paolo Tranquilli 73a5a3f7ee Rust: support paths and paths-ignore from the code scanning configuration file
This is done by simply adding the autobuilder from the shared
tree-sitter extractor library.
2024-12-19 17:37:56 +01:00

8 lines
161 B
TOML

[package]
name = "codeql-autobuilder-rust"
version = "0.1.0"
edition = "2021"
[dependencies]
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }