Sign in
bazel
/
bazel
/
59dbf684fbba5b6f3a99cd1761dd7c7f5cf69a3e
/
.
/
examples
/
rust
/
hello_world
/
BUILD
blob: e774dcc835fdcf426253f0a003e0bc3533185d2e [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
load
(
"/tools/build_rules/rust/rust"
,
"rust_binary"
)
rust_binary
(
name
=
"hello_world"
,
srcs
=
[
"src/main.rs"
],
deps
=
[
"//examples/rust/hello_lib"
],
)