minify-html/nodejs/native/Cargo.toml

21 lines
355 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
2019-12-30 02:16:33 -05:00
version = "0.0.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
license = "MIT"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
edition = "2018"
[lib]
name = "hyperbuild"
crate-type = ["cdylib"]
[build-dependencies]
neon-build = "0.3.3"
[dependencies]
2019-12-30 03:20:33 -05:00
hyperbuild = "0.0.4"
2019-12-30 02:16:33 -05:00
neon = "0.3.3"