mirror of https://github.com/Wilfred/difftastic/
27 lines
619 B
TOML
27 lines
619 B
TOML
[package]
|
|
name = "tree-sitter-c"
|
|
description = "C grammar for tree-sitter"
|
|
version = "0.21.1"
|
|
authors = [
|
|
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
|
"Amaan Qureshi <amaanq12@gmail.com>",
|
|
]
|
|
license = "MIT"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "c"]
|
|
categories = ["parsing", "text-editors"]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-c"
|
|
edition = "2021"
|
|
autoexamples = false
|
|
|
|
build = "bindings/rust/build.rs"
|
|
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
|
|
|
[lib]
|
|
path = "bindings/rust/lib.rs"
|
|
|
|
[dependencies]
|
|
tree-sitter = ">=0.21.0"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.90"
|