add MODULE.bazel (#690)

* add MODULE.bazel
This commit is contained in:
aiuto 2023-03-28 23:44:42 -04:00 committed by GitHub
parent 88109c3b45
commit 7d7a076544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
BUILD
View File

@ -44,6 +44,7 @@ filegroup(
]) + [
"BUILD",
"LICENSE",
"MODULE.bazel",
],
visibility = ["//distro:__pkg__"],
)