[workspace] members = ["macro"] [package] name = "jni-toolbox" description = "tools to make writing JNI native functions less tiresome" repository = "https://github.com/hexedtech/jni-macro" authors = [ "alemi " ] license = "GPL-3.0-only" version = "0.1.0" edition = "2021" [dependencies] jni-toolbox-macro = { path = "./macro" }