Current section
Files
Jump to
Current section
Files
native/mjml_nif/Cargo.toml
[package]
name = "mjml_nif"
version = "1.5.0"
authors = ["Paul Götze"]
edition = "2018"
[lib]
name = "mjml_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.27.0"
mrml = { version = "1.2", default-features = false, features = ["parse", "render", "orderedmap"] }