Current section

Files

Jump to
extism native extism_nif Cargo.toml
Raw

native/extism_nif/Cargo.toml

[package]
name = "extism_nif"
version = "0.3.0"
edition = "2021"
authors = ["Benjamin Eckel <bhelx@simst.im>"]
[lib]
name = "extism_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
# need this to be here and be empty
[workspace]
[dependencies]
rustler = "0.29.1"
extism = "0.5.2"
log = "0.4"