Current section
Files
Jump to
Current section
Files
native/extism_nif/Cargo.toml
[package]
name = "extism_nif"
version = "0.1.0"
edition = "2021"
authors = ["Benjamin Eckel <bhelx@simst.im>"]
[lib]
name = "extism_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.26.0"
extism = { version = "0.1.0" }
log = "0.4"