Prepare Decodal packages for release
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user