1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-08 23:24:20 +00:00
magic_enum/test/MODULE.bazel
2023-04-26 20:16:08 +04:00

7 lines
232 B
Text

module(name = "magic_enum_tests")
bazel_dep(name = "magic_enum")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "rules_cc", version = "0.0.6")
local_path_override(module_name = "magic_enum", path = "..")