binaries/hello_world_cli/BUILD.gn
rust_executable("hello_world_cli") {
sources = [ "src/main.rs" ]
crate_root = "src/main.rs"
deps = [
"//libraries/hello_cli(//build/toolchain:build)",
"//third_party/rust/clap(//build/toolchain:build)",
]
}