不再需要jni

This commit is contained in:
lbl8603
2024-06-15 20:44:20 +08:00
parent 1a385a777e
commit 1e5e15f1f5
21 changed files with 0 additions and 1784 deletions
-21
View File
@@ -1,21 +0,0 @@
[package]
name = "vnt-jni"
version = "1.2.10"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"]}
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"
[lib]
crate-type = ["staticlib", "cdylib"]