feat: add java&rust

This commit is contained in:
2022-09-26 00:23:56 +08:00
parent 36e1609002
commit dc213c4055
8 changed files with 275 additions and 1 deletions

View 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'}