Prepare Decodal packages for release

This commit is contained in:
2026-08-13 19:01:14 +09:00
parent d28edcf041
commit d9cf24d0eb
19 changed files with 324 additions and 35 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "tree-sitter-decodal"
description = "Decodal grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "decodal"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-decodal"
repository = "https://gitea.hareworks.net/Hare/Decodal"
edition = "2021"
autoexamples = false
@@ -17,7 +17,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = ">=0.22.6"
tree-sitter = "0.22.6"
[build-dependencies]
cc = "1.0.87"