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 dce9beb039 0.1.4
2020-07-03 17:32:23 +10:00

14 lines
242 B
TOML

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