aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthesayyn <thesayyn@gmail.com>2023-11-23 12:52:10 -0800
committerthesayyn <thesayyn@gmail.com>2023-11-23 12:53:14 -0800
commit251af60701c9ad7edf12d30a7cd5201a35b00f27 (patch)
tree097600334e9f75116dc52fe29b411b8e55420b2b
parenta1e0507510057a94130be8c2832311ac3bd22261 (diff)
downloadbazelbuild-rules-proto-251af60701c9ad7edf12d30a7cd5201a35b00f27.tar.gz
add platforms
-rw-r--r--MODULE.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index f34579f..a6ba283 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -15,3 +15,4 @@ bazel_dep(name = "stardoc", version = "0.5.6", dev_dependency = True, repo_name
bazel_dep(name = "rules_cc", version = "0.0.1", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.11.0", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "protobuf", version = "21.7", dev_dependency = True, repo_name = "com_google_protobuf")
+bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)