Current section

Files

Jump to
html5ever native html5ever_nif Cargo.toml
Raw

native/html5ever_nif/Cargo.toml

[package]
name = "html5ever_nif"
version = "0.1.0"
authors = ["HansiHE <hansihe@hansihe.com>"]
[lib]
name = "html5ever_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "^0.13"
rustler_codegen = "^0.13"
html5ever = "*"
tendril = "*"
lazy_static = "*"
scoped-pool = "*"