minify-html/nodejs/native/Cargo.toml

21 lines
368 B
TOML

[package]
name = "hyperbuild-nodejs"
publish = false
version = "0.0.17"
authors = ["Wilson Lin <code@wilsonl.in>"]
license = "MIT"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
edition = "2018"
[lib]
name = "hyperbuild_nodejs_lib"
crate-type = ["cdylib"]
[build-dependencies]
neon-build = "0.3.3"
[dependencies]
hyperbuild = "0.0.17"
neon = "0.3.3"