This commit is contained in:
Chaoscaot
2023-03-05 15:11:51 +01:00
parent ff03732df5
commit d352bfaded
6 changed files with 64 additions and 4 deletions

View File

@ -0,0 +1,15 @@
[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" }