minify-html/nodejs/native/Cargo.toml

19 lines
316 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
name = "minify-html-ffi"
2022-06-16 21:59:21 -04:00
version = "0.8.1"
2019-12-30 02:16:33 -05:00
authors = ["Wilson Lin <code@wilsonl.in>"]
license = "MIT"
edition = "2018"
[lib]
name = "minify_html_ffi"
crate-type = ["staticlib"]
2019-12-30 02:16:33 -05:00
[build-dependencies]
cbindgen = "0.14"
2019-12-30 02:16:33 -05:00
[dependencies]
libc = "0.2"
2022-06-21 03:29:12 -04:00
minify-html = { path = "../../rust/main" }