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
+2 -3
View File
@@ -9,16 +9,15 @@ readme.workspace = true
description = "Source-level language tooling for Decodal."
keywords = ["decodal", "formatter", "lsp", "tree-sitter"]
categories = ["development-tools", "text-processing"]
publish = false
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal = { version = "0.1.2", path = "../decodal-core" }
decodal = { version = "0.1.3", path = "../decodal-core" }
serde_json.workspace = true
tree-sitter = "0.22.6"
tree-sitter-decodal = { path = "../../editors/tree-sitter-decodal" }
tree-sitter-decodal = { version = "0.1.0", path = "../../editors/tree-sitter-decodal" }
wasm-bindgen.workspace = true
[package.metadata.wasm-pack.profile.release]