mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
parent
199dea11b1
commit
94bcdb44af
4
.gitignore
vendored
4
.gitignore
vendored
@ -41,4 +41,6 @@
|
||||
/serve_header.yml
|
||||
|
||||
# Swift Package Manager build directory
|
||||
/.build
|
||||
/.build
|
||||
|
||||
MODULE.bazel.lock
|
||||
|
4
MODULE.bazel
Normal file
4
MODULE.bazel
Normal file
@ -0,0 +1,4 @@
|
||||
module(
|
||||
name = "nlohmann_json",
|
||||
compatibility_level = 1,
|
||||
)
|
Loading…
Reference in New Issue
Block a user