minify-html/nodejs/native/Cargo.toml

21 lines
407 B
TOML
Raw Normal View History

2019-12-30 02:16:33 -05:00
[package]
2019-12-30 03:20:33 -05:00
publish = false
2020-07-11 11:29:34 -04:00
name = "minify-html-nodejs"
2020-07-11 12:42:12 -04:00
version = "0.2.6"
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]
2020-07-11 11:29:34 -04:00
name = "minify_html_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]
2020-07-11 11:29:34 -04:00
minify-html = { path = "../..", features = ["js-esbuild"] }
neon = "0.4.0"