registitemuserust/Cargo.toml

11 lines
175 B
TOML
Raw Permalink Normal View History

2024-10-27 10:34:03 +00:00
[package]
name = "registitemuserust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
jni = { version = "0.21.1", features = ["invocation"] }