Skip to content

Commit 732d9c4

Browse files
committed
bcr: add MODULE.bazel
1 parent 04266f7 commit 732d9c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MODULE.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module(
2+
name = "rules_codeowners",
3+
version = "0.1.1",
4+
repo_name = "rules_codeowners",
5+
compatibility_level = 1,
6+
)
7+
8+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
9+
bazel_dep(name = "stardoc", version = "0.6.2")

0 commit comments

Comments
 (0)