blob: b404525f45d7ef662bd4729404527bdb1dfb06c1 [file] [log] [blame]
rust_library_host {
name: "libbindgen_cmd",
crate_name: "bindgen_cmd",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"clap",
"runtime",
"which",
"which-rustfmt",
],
rustlibs: [
"libbindgen",
"libclap",
"libenv_logger",
],
compile_multilib: "first",
}