Bruno BELANYI
ebb642cb14
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is really just to simplify my life and align with the Vim/NeoVim filetype name.
27 lines
540 B
TOML
27 lines
540 B
TOML
[package]
|
|
name = "tree-sitter-bp"
|
|
description = "Blueprint grammar for the tree-sitter parsing library"
|
|
version = "0.1.0"
|
|
keywords = ["incremental", "parsing", "android", "blueprint"]
|
|
categories = ["parsing", "text-editors"]
|
|
repository = "https://git.belanyi.fr/ambroisie/tree-sitter-bp"
|
|
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.20"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|