Files
schemsearch/schemsearch-java/Cargo.toml
Chaoscaot d352bfaded Add JNI
2023-03-05 15:11:51 +01:00

15 lines
335 B
TOML

[package]
name = "schemsearch-java"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate_type = ["cdylib"]
[dependencies]
jni = "0.21.0"
schemsearch-lib = { path = "../schemsearch-lib" }
schemsearch-files = { path = "../schemsearch-files" }