minify-html/java/Cargo.toml

15 lines
263 B
TOML
Raw Normal View History

2020-01-17 23:19:38 -05:00
[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify-html-java"
2023-05-07 07:16:04 -04:00
version = "0.11.0"
2020-01-17 23:19:38 -05:00
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
2022-06-21 03:29:12 -04:00
minify-html = { path = "../rust/main" }
2020-01-17 23:19:38 -05:00
jni = "0.14.0"
[lib]
crate-type = ["cdylib"]
2020-01-18 01:55:13 -05:00
path = "src/main/rust/lib.rs"