tree-sitter-cql 0.2.0

cql grammar for the tree-sitter parsing library
Documentation
[[bench]]
harness = false
name = "benches"
[build-dependencies.cc]
version = "1.0"
[dependencies.regex]
version = "1"

[dependencies.tree-sitter]
version = "0.22.6"
[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.3"

[lib]
path = "bindings/rust/lib.rs"

[package]
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "cql grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "benches/*"]
keywords = ["incremental", "parsing", "cql"]
license = "MIT"
name = "tree-sitter-cql"
readme = "README.md"
repository = "https://github.com/tree-sitter/tree-sitter-cql"
version = "0.2.0"