json/MODULE.bazel

6 lines
197 B
Plaintext
Raw Normal View History

2023-08-15 21:19:16 +03:00
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,
)