blob: b7b94e2ff8744032ce9aa7207bd95de4621729c2 [file] [log] [blame]
rust_library("foo") {
sources = [
"lib.rs",
]
deps = [
"//hello_world/bar/src:bar",
]
}