initial commit

This commit is contained in:
2025-08-07 21:10:17 +02:00
commit 05f19de969
6 changed files with 627 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
description = "Example of running cel-rust interpreter in browser"
edition = "2024"
name = "cel_js_example"
publish = false
version = "0.0.0"
[dependencies]
cel = "0.11.0"
[lib]
crate-type = ["cdylib", "rlib"]