Initial commit

This commit is contained in:
2025-01-20 00:22:55 +01:00
commit c9aa86f73d
5 changed files with 45 additions and 0 deletions

6
MODULE.bazel Normal file
View File

@ -0,0 +1,6 @@
module(
name = "bazel_registry",
version = "0.0.0",
compatibility_level = 1,
)