[mio] 适配新版vnt,增加jni java端代码

This commit is contained in:
lubeilin
2024-02-29 22:29:39 +08:00
parent ceadadee68
commit 8d7eb5ba1b
18 changed files with 1208 additions and 412 deletions
+4
View File
@@ -8,7 +8,11 @@ edition = "2021"
[dependencies]
common = { path = "../common" }
vnt = {path="../vnt"}
parking_lot = "0.12.1"
jni = { version = "0.21.1", default-features = false }
log = "0.4.20"
spki = { version = "0.7.2", features = ["fingerprint", "alloc","base64","pem"]}
[lib]
crate-type = ["staticlib", "cdylib"]