jni-toolbox/Cargo.toml
2024-09-22 01:56:11 +02:00

17 lines
348 B
TOML

[workspace]
members = ["macro"]
[package]
name = "jni-toolbox"
description = "tools to make writing JNI native functions less tiresome"
repository = "https://github.com/hexedtech/jni-toolbox"
authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
version = "0.1.3"
edition = "2021"
[dependencies]
jni-toolbox-macro = "0.1.3"
jni = "0.21"