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