tree-sitter-gitcommit 0.4.0

gitcommit grammar for the tree-sitter parsing library
Documentation
[package]
name = "tree-sitter-gitcommit"
description = "gitcommit grammar for the tree-sitter parsing library"
version = "0.4.0"
keywords = ["incremental", "parsing", "gitcommit"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-gitcommit"
edition = "2018"
license = "MIT"

build = "bindings/rust/build.rs"
include = [
  "bindings/rust/*",
  "grammar.js",
  "queries/*",
  "src/*",
]

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

[dependencies]
tree-sitter = ">= 0.19"

[build-dependencies]
cc = "1.0"