json/MODULE.bazel
2023-08-15 20:19:16 +02:00

6 lines
197 B
Plaintext

module(
name = "nlohmann_json",
version = "3.11.2", # Keep in sync with NLOHMANN_JSON_VERSION_MAJOR, NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH
compatibility_level = 1,
)