rustgn

11 commits
Updated 2026-05-09 17:23:41
libraries/hello_cli
libraries/hello_cli/BUILD.gn
rust_static_library("hello_cli") {
  sources = [ "src/lib.rs" ]
  crate_root = "src/lib.rs"

  deps = [ "//third_party/rust/clap(//build/toolchain:build)" ]
}