mirror of
https://github.com/github/codeql.git
synced 2026-02-06 02:01:09 +01:00
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. Apply this update in both the generator and extractor.
16 lines
515 B
TOML
16 lines
515 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]
|
|
clap = "3.0"
|
|
node-types = { path = "../node-types" }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
|
|
tree-sitter-embedded-template = "0.19"
|
|
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "888e2e563ed3b43c417f17e57f7e29c39ce9aeea" }
|