Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
e6e2e1fa6ca487e8ff3ec789bbfade6c87bc74d2
/
.
/
util
/
launcher
/
BUILD.bazel
blob: 8b52057ea6389d0ee531ef1bda157ac1dae50b45 [
file
]
load
(
"//rust:rust.bzl"
,
"rust_binary"
)
package
(
default_visibility
=
[
"//visibility:public"
])
rust_binary
(
name
=
"launcher"
,
srcs
=
[
"launcher_main.rs"
],
edition
=
"2018"
,
)