Skip to content

Commit

Permalink
Added repositories bzl_library (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Aug 4, 2021
1 parent af64819 commit fcad468
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ bzl_library(
"//proto/private/rules:proto_descriptor_set",
],
)

bzl_library(
name = "repositories",
srcs = [
"repositories.bzl",
],
visibility = ["//visibility:public"],
deps = [
"//proto/private:dependencies",
],
)

0 comments on commit fcad468

Please sign in to comment.