Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-08 21:30:13 +01:00
15 Zeilen
335 B
TOML
15 Zeilen
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" } |