Make decodal the published library crate

This commit is contained in:
2026-06-25 22:51:16 +09:00
parent 6e2363632b
commit 87fef44c68
20 changed files with 159 additions and 96 deletions
+2 -1
View File
@@ -9,12 +9,13 @@ readme.workspace = true
description = "WebAssembly wrapper for evaluating Decodal in browser playgrounds."
keywords = ["decodal", "wasm", "dsl", "config"]
categories = ["wasm", "config"]
publish = false
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal-core = { version = "0.1.0", path = "../decodal-core" }
decodal = { version = "0.1.0", path = "../decodal-core" }
serde_json.workspace = true
wasm-bindgen.workspace = true