1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
magic_enum/MODULE.bazel
2023-08-23 13:40:03 +04:00

8 lines
188 B
Text

module(
name = "magic_enum",
version = "0.9.3",
compatibility_level = 0,
)
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")