xref: /aosp_15_r20/frameworks/native/libs/binder/rust/sys/Cargo.toml (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
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