mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
8 lines
161 B
TOML
8 lines
161 B
TOML
[package]
|
|
name = "codeql-autobuilder-rust"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }
|