[package] publish = false name = "minify-html-java" version = "0.6.0" authors = ["Wilson Lin "] edition = "2018" [dependencies] minify-html = { path = "../rust/main", features = ["js-esbuild"] } jni = "0.14.0" [lib] crate-type = ["cdylib"] path = "src/main/rust/lib.rs"