summaryrefslogtreecommitdiff
path: root/json4cpp/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'json4cpp/MODULE.bazel')
-rw-r--r--json4cpp/MODULE.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/json4cpp/MODULE.bazel b/json4cpp/MODULE.bazel
new file mode 100644
index 0000000000..51754e7a3a
--- /dev/null
+++ b/json4cpp/MODULE.bazel
@@ -0,0 +1,7 @@
+module(
+ name = "nlohmann_json",
+ compatibility_level = 1,
+)
+
+bazel_dep(name = "rules_cc", version = "0.0.17")
+bazel_dep(name = "rules_license", version = "1.0.0")