android-ndk 0.0.1

Safe Rust bindings to the Android NDK
[package]
name = "android-ndk"
version = "0.0.1"
authors = ["Mark Barbone <mark.l.barbone@gmail.com>"]
edition = "2018"
description = "Safe Rust bindings to the Android NDK"
license = "MIT OR Apache-2.0"
keywords = ["android", "ndk"]
readme = "../README.md"

documentation = "https://docs.rs/android-ndk"
homepage = "https://github.com/mb64/android-ndk-rs"
repository = "https://github.com/mb64/android-ndk-rs"

include = [
    "src/*",
    "Cargo.toml",
]

[dependencies]
num_enum = "0.2"
ffi = {package = "android-ndk-sys", version = "0.1"}