mirror of
https://github.com/github/codeql.git
synced 2026-02-10 04:01:11 +01:00
14 lines
450 B
TOML
14 lines
450 B
TOML
[package]
|
|
name = "ql-generator"
|
|
version = "0.1.0"
|
|
authors = ["GitHub"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
node-types = { path = "../node-types" }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.2", features = ["env-filter"] }
|
|
tree-sitter-ql = { git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "36bdc0eae196f9833182ce3f8932be63534121b3" }
|