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