Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
c603a7710d4a8e88163f81754b547852fe9fd42d
/
.
/
util
/
dir_zipper
/
BUILD.bazel
blob: 43ab79e6ecab682a3619f191cea33a340e328404 [
file
] [
log
] [
blame
]
load
(
"//rust:defs.bzl"
,
"rust_binary"
)
rust_binary
(
name
=
"dir_zipper"
,
srcs
=
[
"dir_zipper.rs"
],
edition
=
"2018"
,
visibility
=
[
"//visibility:public"
],
)