This commit is contained in:
Just Monika
2024-10-27 18:34:03 +08:00
commit add37b44ac
2 changed files with 58 additions and 0 deletions

10
Cargo.toml Normal file
View File

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