chore: update packages

This commit is contained in:
2026-03-11 14:53:19 +02:00
parent 347e99f256
commit 356820577e
43 changed files with 207 additions and 8649 deletions

19
Cargo.toml generated
View File

@@ -1,18 +1,25 @@
[package]
name = "tree-sitter-bruno"
description = " Bruno grammar for tree-sitter"
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"
categories = ["parser-implementations", "parsing", "text-editors"]
repository = "https://codeberg.org/kristoferssolo/tree-sitter-bruno"
edition = "2021"
autoexamples = false
build = "bindings/rust/build.rs"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
"tree-sitter.json",
"/LICENSE",
]
[lib]
path = "bindings/rust/lib.rs"
@@ -21,7 +28,7 @@ path = "bindings/rust/lib.rs"
tree-sitter-language = "0.1"
[build-dependencies]
cc = "1.1.22"
cc = "1.2"
[dev-dependencies]
tree-sitter = "0.24.3"
tree-sitter = "0.25.10"