-
-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathMODULE.bazel
More file actions
19 lines (16 loc) · 640 Bytes
/
MODULE.bazel
File metadata and controls
19 lines (16 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bazel_dep(name = "apple_support", version = "2.3.0")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_example_protos", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_swift", version = "0.0.0.rpg.version.placeholder")
local_path_override(
module_name = "rules_proto_grpc",
path = "../../../modules/core",
)
local_path_override(
module_name = "rules_proto_grpc_example_protos",
path = "../../../modules/example_protos",
)
local_path_override(
module_name = "rules_proto_grpc_swift",
path = "../../../modules/swift",
)