blob: 37311aa1d474f62b582555c7f4e65819c8b57e93 [file] [log] [blame]
rust_library_host {
name: "libbindgen_cli",
host_cross_supported: false,
crate_name: "bindgen_cli",
srcs: ["options.rs"],
edition: "2018",
rustlibs: [
"libbindgen",
"libclap",
"libclap_complete",
"libenv_logger",
],
compile_multilib: "first",
}