registitemuserust/Cargo.toml
Just Monika add37b44ac 1
2024-10-27 18:34:03 +08:00

11 lines
175 B
TOML

[package]
name = "registitemuserust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
jni = { version = "0.21.1", features = ["invocation"] }