1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-07-09 04:28:03 +02:00
schemsearch/schemsearch-java/Cargo.toml
2023-03-19 11:59:39 +01:00

16 Zeilen
365 B
TOML

[package]
name = "schemsearch-java"
version = "0.1.1"
edition = "2021"
license = "AGPL-3.0-or-later"
# 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" }