This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/java/Cargo.toml
Wilson Lin ec894e9ee7 0.8.0
2021-12-15 15:30:50 +11:00

14 lines
289 B
TOML

[package]
publish = false
name = "minify-html-java"
version = "0.8.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
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"