32 lines
894 B
TOML
32 lines
894 B
TOML
[package]
|
|
name = "tree-sitter-c-sharp"
|
|
description = "C# grammar for the tree-sitter parsing library"
|
|
version = "0.22.2"
|
|
authors = [
|
|
"Damien Guard <damieng@gmail.com>",
|
|
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
|
"Martin Midtgaard <martin.midtgaard@gmail.com>",
|
|
"Sjoerd Langkemper <sjoerd-github@linuxonly.nl>",
|
|
"Patrick Thomson <patrickt@github.com>",
|
|
"Noelle Caldwell <noelle.caldwell@microsoft.com>",
|
|
"Douglas Creager <dcreager@dcreager.net>",
|
|
]
|
|
license = "MIT"
|
|
readme = "bindings/rust/README.md"
|
|
keywords = ["incremental", "parsing", "c-sharp"]
|
|
categories = ["parsing", "text-editors"]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-c-sharp"
|
|
edition = "2018"
|
|
|
|
build = "bindings/rust/build.rs"
|
|
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
|
|
|
[lib]
|
|
path = "bindings/rust/lib.rs"
|
|
|
|
[dependencies]
|
|
tree-sitter = "0.22.2"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|