From c9aa86f73d2fc2b5308ce7691050701eb627e4f3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 20 Jan 2025 00:22:55 +0100 Subject: Initial commit --- MODULE.bazel | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MODULE.bazel (limited to 'MODULE.bazel') diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 0000000..4ac990a --- /dev/null +++ b/MODULE.bazel @@ -0,0 +1,6 @@ +module( + name = "bazel_registry", + version = "0.0.0", + compatibility_level = 1, +) + -- cgit