summaryrefslogtreecommitdiff
path: root/json4cpp/MODULE.bazel
blob: 51754e7a3ae35662081e1c2ef944ea6625374d3f (plain)
1
2
3
4
5
6
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")