mirror of
https://github.com/github/codeql.git
synced 2026-02-09 03:31:06 +01:00
For now, the grammar still includes dbscheme and YAML, but with this change we should be able to separate these out into their own grammars.
15 lines
464 B
TOML
15 lines
464 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]
|
|
clap = "2.33"
|
|
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" }
|