chore(bazel): add MODULE.bazel files for bzlmod

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/4314/head
Matthieu MOREL 2024-03-17 17:22:18 +01:00
parent 199dea11b1
commit 94bcdb44af
2 changed files with 7 additions and 1 deletions

4
.gitignore vendored
View File

@ -41,4 +41,6 @@
/serve_header.yml
# Swift Package Manager build directory
/.build
/.build
MODULE.bazel.lock

4
MODULE.bazel 100644
View File

@ -0,0 +1,4 @@
module(
name = "nlohmann_json",
compatibility_level = 1,
)