1
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
|
||||
Reference in New Issue
Block a user