feat: add java&rust
This commit is contained in:
13
__lang/java/java-rust-demo/Cargo.toml
Normal file
13
__lang/java/java-rust-demo/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "java-rust-demo"
|
||||
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.19'}
|
||||
|
||||
Reference in New Issue
Block a user