Sign in
bazel
/
bazel
/
refs/heads/release-9.0.0-pre.20250716.1rc1
/
.
/
tools
/
build_defs
/
hash
/
BUILD.tools
blob: b882b135df48f02deb49518bfd4351aec6d3df3b [
file
] [
log
] [
blame
] [
edit
]
load
(
"@rules_python//python:py_binary.bzl"
,
"py_binary"
)
licenses
([
"notice"
])
# Apache 2.0
py_binary
(
name
=
"sha256"
,
srcs
=
[
"sha256.py"
],
visibility
=
[
"//visibility:public"
],
)
exports_files
(
[
"hash.bzl"
],
visibility
=
[
"//visibility:public"
],
)