Compare commits

..
4 Commits
Author SHA1 Message Date
arthur 43503d2f11 update Cargo.lock and get rid of some dependencies 2025-09-22 14:42:22 +02:00
arthur 96a4494768 add support for durations and timestamps 2025-09-22 14:42:22 +02:00
arthur f73f4c8ae4 cleanup 2025-09-22 14:42:22 +02:00
arthur 537d64a1b0 convert back to JS values 2025-09-22 14:42:20 +02:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -81,7 +81,7 @@ dependencies = [
[[package]] [[package]]
name = "cel-rust-wasm" name = "cel-rust-wasm"
version = "0.2.0" version = "0.1.0"
dependencies = [ dependencies = [
"cel", "cel",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "cel-rust-wasm" name = "cel-rust-wasm"
version = "0.2.0" version = "0.1.0"
edition = "2024" edition = "2024"
[lib] [lib]