1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-07-05 18:48:04 +02:00
schemsearch/schemsearch-java/Cargo.toml

16 Zeilen
365 B
TOML

2023-03-05 15:11:51 +01:00
[package]
name = "schemsearch-java"
2023-04-22 21:55:08 +02:00
version = "0.1.3"
2023-03-05 15:11:51 +01:00
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" }