liblbji/rust/Cargo.toml
2024-06-19 04:06:32 +05:00

12 lines
258 B
TOML

[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"]}