Current section
Files
Jump to
Current section
Files
native/rhai_rustler/Cargo.toml
[package]
name = "rhai_rustler"
version = "1.0.0"
authors = ["Fabrizio Sestito <fabrizio.sestito@suse.com>"]
edition = "2021"
[lib]
name = "rhai_rustler"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rhai = { version = "=1.14.0", features = ["sync"] }
rhai-dylib = { version = "0.1.8", features = ["sync"] }
thiserror = "1.0.39"
rustler = "0.28.0"