jni-toolbox/Cargo.toml
2024-09-21 17:00:54 +02:00

18 lines
368 B
TOML

[package]
name = "jni-macro"
description = "proc macro to automate making JNI extern functions"
repository = "https://github.com/hexedtech/jni-macro"
authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = {version = "2.0", features = ["full"]}
quote = "1.0"
proc-macro2 = "1.0"