1[package]
2name = "android-binder-ndk-sys"
3version = "0.1.0"
4edition = "2021"
5description = "Bindgen bindings to android binder, restricted to the NDK"
6license = "Apache-2.0"
7
8[dependencies]
9
10[lib]
11path = "lib.rs"
12
13[build-dependencies]
14bindgen = "0.70.1"
15