mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
28 lines
659 B
TOML
28 lines
659 B
TOML
[package]
|
|
name = "tree-sitter-bruno"
|
|
description = " Bruno grammar for tree-sitter"
|
|
version = "0.1.0"
|
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "bruno"]
|
|
categories = ["parsing", "text-editors"]
|
|
repository = "https://github.com/kristoferssolo/tree-sitter-bruno"
|
|
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-language = "0.1"
|
|
|
|
[build-dependencies]
|
|
cc = "1.1.22"
|
|
|
|
[dev-dependencies]
|
|
tree-sitter = "0.24.3"
|