minify-html/nodejs/Cargo.toml

19 lines
351 B
TOML
Raw Normal View History

2022-06-21 09:03:35 -04:00
[package]
name = "minify-html-node"
publish = false
2023-05-07 08:34:04 -04:00
version = "0.11.1"
2022-06-21 09:03:35 -04:00
description = "Node.js bindings for minify-html"
authors = ["Wilson Lin <npm@wilsonl.in>"]
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
2023-05-07 08:34:04 -04:00
minify-html = "0.11.1"
2022-06-21 09:03:35 -04:00
[dependencies.neon]
version = "0.10"
default-features = false
features = ["napi-1", "try-catch-api"]