35 lines
733 B
TOML
Generated
35 lines
733 B
TOML
Generated
[package]
|
|
name = "tree-sitter-noil"
|
|
description = "Noil treats your file like any buffer"
|
|
version = "0.1.0"
|
|
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "noil"]
|
|
categories = ["parser-implementations", "parsing", "text-editors"]
|
|
repository = "https://git.front.kjuulh.io/kjuulh/tree-sitter-noil"
|
|
edition = "2021"
|
|
autoexamples = false
|
|
|
|
build = "bindings/rust/build.rs"
|
|
include = [
|
|
"bindings/rust/*",
|
|
"grammar.js",
|
|
"queries/*",
|
|
"src/*",
|
|
"tree-sitter.json",
|
|
"LICENSE",
|
|
]
|
|
|
|
[lib]
|
|
path = "bindings/rust/lib.rs"
|
|
|
|
[dependencies]
|
|
tree-sitter-language = "0.1"
|
|
|
|
[build-dependencies]
|
|
cc = "1.2"
|
|
|
|
[dev-dependencies]
|
|
tree-sitter = "0.25.8"
|