Current section

Files

Jump to
mjml native mjml_nif Cargo.toml
Raw

native/mjml_nif/Cargo.toml

[package]
name = "mjml_nif"
version = "1.3.0"
authors = ["Paul Götze"]
edition = "2018"
[lib]
name = "mjml_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.24.0"
mrml = { version = "1.2", default-features = false, features = ["parse", "render"] }