mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
14 lines
461 B
TOML
14 lines
461 B
TOML
[package]
|
|
name = "ruby-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-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "32cd5a04adb4accb0c121f037ab59df3c3488228" }
|