Files
cel-rust-wasm/Cargo.toml

14 lines
241 B
TOML
Raw Normal View History

2025-08-07 21:10:17 +02:00
[package]
description = "Example of running cel-rust interpreter in browser"
edition = "2024"
name = "cel_js_example"
publish = false
version = "0.1.0"
2025-08-07 21:10:17 +02:00
[dependencies]
cel = "0.11.0"
serde_json = "1.0"
2025-08-07 21:10:17 +02:00
[lib]
crate-type = ["cdylib", "rlib"]