Packages

NIF bindings for the MJML Rust implementation (mrml)

Current section

Files

Jump to
ex_mjml native mjml_nif Cargo.toml
Raw

native/mjml_nif/Cargo.toml

[package]
name = "mjml_nif"
version = "1.0.0"
authors = ["Pavel Makarenko"]
edition = "2018"
[lib]
name = "mjml_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.25.0"
mrml = { version = "1.2.6", features = ["parse", "render"], default-features = false }