allow including context

https://claude.ai/chat/a6df04ed-85dd-46b9-a3bd-26b5ae3c78f5
This commit is contained in:
2025-08-08 06:56:49 +02:00
parent 05f19de969
commit 6ccf7dce24
4 changed files with 209 additions and 32 deletions

View File

@@ -3,10 +3,11 @@ description = "Example of running cel-rust interpreter in browser"
edition = "2024"
name = "cel_js_example"
publish = false
version = "0.0.0"
version = "0.1.0"
[dependencies]
cel = "0.11.0"
serde_json = "1.0"
[lib]
crate-type = ["cdylib", "rlib"]