Current section
Files
Jump to
Current section
Files
native/optify_nif/Cargo.toml
[package]
name = "optify_nif"
version = "0.2.2"
edition = "2021"
[lib]
name = "optify_nif"
crate-type = ["cdylib"]
[dependencies]
# Can't put a relative path here because then others can't install the hex package.
# The workspace Cargo.toml patches this to the local crate during development.
optify = "1.3.2"
rustler = { version = "0.38.0", features = ["serde"] }
serde_json = "1.0.149"