json/tests/bazel/MODULE.bazel
Fabian Meumertzheim cec4630c2d Setup for inclusion in the Bazel Central Registry
By adding a MODULE.bazel file, this library becomes usable with Bazel's
new external dependency management system Bzlmod.

The new tests are run when a new version is included in the Bazel
Central Registry and verify that the basic functionality works with the
provided Bazel setup.

See:
https://bazel.build/build/bzlmod
2022-11-01 09:34:59 +01:00

6 lines
131 B
Plaintext

bazel_dep(name = "nlohmann_json", repo_name = "json")
local_path_override(
module_name = "nlohmann_json",
path = "../.."
)