convert back to JS values

This commit is contained in:
2025-08-08 07:38:48 +02:00
parent df87cb5716
commit f6afba993f
4 changed files with 78 additions and 72 deletions

View File

@@ -10,6 +10,7 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2"
js-sys = "0.3"
cel = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.6"
chrono = { version = "0.4", features = ["serde"] }