29 lines
693 B
TOML
29 lines
693 B
TOML
[package]
|
|
name = "makepad-jni-sys"
|
|
version = "0.4.0"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>", "Robert Bragg <robert@sixbynine.org>"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "Rust definitions corresponding to jni.h"
|
|
repository = "https://github.com/jni-rs/jni-sys"
|
|
documentation = "https://docs.rs/jni-sys/0.4.0"
|
|
readme = "README.md"
|
|
categories = ["external-ffi-bindings"]
|
|
keywords = ["java", "jni"]
|
|
edition = "2021"
|
|
rust-version = "1.65.0"
|
|
# exclude = [
|
|
# "/.github",
|
|
# "/tests"
|
|
# ]
|
|
|
|
[dependencies]
|
|
# jni-sys-macros = { version = "0.1", path = "jni-sys-macros" }
|
|
|
|
# [dev-dependencies]
|
|
# trybuild = "1"
|
|
|
|
# [workspace]
|
|
# members = [
|
|
# "systest",
|
|
# "jni-sys-macros"
|
|
# ]
|