tree-sitter-bp/Cargo.toml

27 lines
540 B
TOML
Raw Normal View History

2024-04-07 20:59:34 +02:00
[package]
name = "tree-sitter-bp"
2024-04-07 20:59:34 +02:00
description = "Blueprint grammar for the tree-sitter parsing library"
2024-04-08 03:02:16 +02:00
version = "0.1.0"
2024-04-07 20:59:34 +02:00
keywords = ["incremental", "parsing", "android", "blueprint"]
categories = ["parsing", "text-editors"]
repository = "https://git.belanyi.fr/ambroisie/tree-sitter-bp"
2024-04-07 20:59:34 +02:00
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"