Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
8ae5dc8bcf16bc370290961a6d59f6544259cdaa
/
.
/
util
/
label
/
BUILD.bazel
blob: 405006d9b80a734b05c1333b3f2c1e0a56e15c49 [
file
] [
log
] [
blame
]
load
(
"//rust:defs.bzl"
,
"rust_library"
,
"rust_test"
)
rust_library
(
name
=
"label"
,
srcs
=
[
"label.rs"
,
"label_error.rs"
,
],
edition
=
"2018"
,
visibility
=
[
"//:__subpackages__"
],
)
rust_test
(
name
=
"label_test"
,
crate
=
":label"
,
)