liblbji/rust/Cargo.toml

12 lines
258 B
TOML
Raw Permalink Normal View History

2024-06-18 23:06:32 +00:00
[package]
name = "lbji"
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 = { version = "0.21.1", features = ["invocation"]}