Add typed Decodal derive support

This commit is contained in:
2026-06-26 00:39:33 +09:00
parent 87fef44c68
commit b8404df047
21 changed files with 729 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ publish = false
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal = { version = "0.1.0", path = "../decodal-core" }
decodal = { version = "0.1.1", path = "../decodal-core" }
serde_json.workspace = true
wasm-bindgen.workspace = true