rust_static_library("hello_cli") { sources = [ "src/lib.rs" ] crate_root = "src/lib.rs" deps = [ "//third_party/rust/clap(//build/toolchain:build)" ] }