initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user