aboutsummaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
new file mode 100644
index 00000000..cb4c13ef
--- /dev/null
+++ b/MODULE.bazel
@@ -0,0 +1,9 @@
1module(
2 name = "zlib",
3 version = "0.0.0",
4 compatibility_level = 1,
5)
6
7bazel_dep(name = "platforms", version = "0.0.10")
8bazel_dep(name = "rules_cc", version = "0.0.16")
9bazel_dep(name = "rules_license", version = "1.0.0")