minify-html/java/Cargo.toml

14 lines
228 B
TOML

[package]
name = "hyperbuild-java"
version = "0.0.17"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
hyperbuild = "0.0.17"
jni = "0.14.0"
[lib]
crate-type = ["cdylib"]
path = "src/main/rust/lib.rs"