blob: e55f289c47dd86ca50772a2875c7ce2b321ee226 [file] [log] [blame]
executable("hello_world") {
sources = [
"main.rs",
]
deps = [
"//hello_world/foo/src:foo",
]
aliased_deps = {
baz = "//hello_world/foo/src:foo"
}
}