khulnasoft's picture
Upload 26 files
ebd078b verified
raw
history blame
579 Bytes
[package]
name = "tree-sitter-ql"
description = "ql grammar for the tree-sitter parsing library"
version = "0.19.0"
keywords = ["incremental", "parsing", "ql"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
edition = "2018"
license = "MIT"
authors = ["Sam Lanning <[email protected]>"]
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = ">= 0.20, < 0.21"
[build-dependencies]
cc = "1.0"