Skip to content

Commit

Permalink
setup.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 16, 2024
1 parent b0b36f5 commit 3a636e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
load("@rules_proto//proto:setup.bzl", "rules_proto_setup")
load("@rules_python//python:repositories.bzl", "py_repositories")
load("@envoy//bazel:api_binding.bzl", "envoy_api_binding")


def setup():
py_repositories()
rules_proto_setup()
envoy_api_binding()

0 comments on commit 3a636e5

Please sign in to comment.