blob: 878ce002daa607960656def5e84be39b62466071 [file] [log] [blame]
licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools:__pkg__"],
)
exports_files(
["README.md"],
visibility = ["//site:__pkg__"],
)
py_binary(
name = "sha256",
srcs = ["sha256.py"],
visibility = ["//visibility:public"],
)