Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
adea1d5ff29efc6018a1a29b43448ae25114f5dc
/
.
/
tools
/
action_args
/
BUILD.bazel
blob: 10ac455e21a2d0f8e49a4fbc96dc74e2890a9a9e [
file
] [
log
] [
blame
]
load
(
"//rust:defs.bzl"
,
"rust_library"
,
"rust_test"
)
rust_library
(
name
=
"action_args"
,
srcs
=
[
"action_args.rs"
],
edition
=
"2021"
,
visibility
=
[
"//visibility:public"
],
)
rust_test
(
name
=
"action_args_test"
,
crate
=
":action_args"
,
)