jni-toolbox/Cargo.toml

18 lines
348 B
TOML
Raw Normal View History

[workspace]
members = ["macro"]
2024-09-21 17:00:54 +02:00
[package]
name = "jni-toolbox"
description = "tools to make writing JNI native functions less tiresome"
2024-09-22 01:56:11 +02:00
repository = "https://github.com/hexedtech/jni-toolbox"
2024-09-21 17:00:54 +02:00
authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
2024-09-22 01:56:11 +02:00
version = "0.1.3"
2024-09-21 17:00:54 +02:00
edition = "2021"
[dependencies]
2024-09-22 01:56:11 +02:00
jni-toolbox-macro = "0.1.3"
jni = "0.21"