mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
chore: update packages
This commit is contained in:
19
Cargo.toml
generated
19
Cargo.toml
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user