binaries/hello_world_rs/BUILD.gn
rust_executable("hello_world_rs") {
sources = [ "src/main.rs" ]
crate_root = "src/main.rs"
deps = [ "//libraries/hello_rs", "//libraries/hello_macro(//build/toolchain:build)" ]
}
rust_executable("hello_world_rs") {
sources = [ "src/main.rs" ]
crate_root = "src/main.rs"
deps = [ "//libraries/hello_rs", "//libraries/hello_macro(//build/toolchain:build)" ]
}