Current section

Files

Jump to
mjml native mjml_nif Cargo.toml
Raw

native/mjml_nif/Cargo.toml

[package]
name = "mjml_nif"
version = "0.3.0"
authors = ["Paul Götze"]
edition = "2018"
[lib]
name = "mjml_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.22.0-rc.0"
mrml = "0.5.0"