Files
vnt/vnt-jni/Cargo.toml
T
2026-08-23 11:37:34 +08:00

22 lines
393 B
TOML

[package]
name = "vnt-jni"
version = "2.0.2"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
vnt-core.workspace = true
jni = "0.21"
tokio = { workspace = true, features = ["full"] }
parking_lot.workspace = true
log.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
ipnet.workspace = true
lazy_static = "1.5"
hostname.workspace = true