Current section

Files

Jump to
html2md_ex native html2ex_nif Cargo.toml
Raw

native/html2ex_nif/Cargo.toml

[package]
name = "html2ex_nif"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "html2ex_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.25.0"
html2md = "0.2.14"