minify-html/nodejs/native/Cargo.toml

21 lines
404 B
TOML
Raw Normal View History

2019-12-30 02:16:33 -05:00
[package]
name = "hyperbuild-nodejs"
2019-12-30 03:20:33 -05:00
publish = false
2020-07-11 09:26:37 -04:00
version = "0.2.4"
2019-12-30 02:16:33 -05:00
authors = ["Wilson Lin <code@wilsonl.in>"]
license = "MIT"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
edition = "2018"
[lib]
name = "hyperbuild_nodejs_lib"
2019-12-30 02:16:33 -05:00
crate-type = ["cdylib"]
[build-dependencies]
neon-build = "0.4.0"
2019-12-30 02:16:33 -05:00
[dependencies]
hyperbuild = { path = "../..", features = ["js-esbuild"] }
neon = "0.4.0"