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