1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-09-07 08:42:52 +02:00
schemsearch/schemsearch-java/Cargo.toml

16 Zeilen
365 B
TOML

2023-03-05 15:11:51 +01:00
[package]
name = "schemsearch-java"
version = "0.1.0"
edition = "2021"
2023-03-08 15:47:51 +01:00
license = "AGPL-3.0-or-later"
2023-03-05 15:11:51 +01:00
# 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" }