rustgn

11 commits
Updated 2026-05-09 17:23:41
binaries/hello_world_cli
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)",
  ]
}