Packages

Configuration options management powered by Rust NIFs. Merges feature-flagged JSON/YAML configs with deep-merge semantics.

Current section

Files

Jump to
optify native optify_nif Cargo.toml
Raw

native/optify_nif/Cargo.toml

[package]
name = "optify_nif"
version = "0.1.0"
edition = "2021"
[lib]
name = "optify_nif"
crate-type = ["cdylib"]
[dependencies]
optify = "0.20.5"
rustler = "0.37"
serde_json = "1"