mirror of
https://github.com/Neargye/magic_enum
synced 2026-06-08 12:00:02 +00:00
10 lines
188 B
Python
10 lines
188 B
Python
module(name = "magic_enum_tests")
|
|
|
|
bazel_dep(name = "magic_enum")
|
|
local_path_override(
|
|
module_name = "magic_enum",
|
|
path = "..",
|
|
)
|
|
|
|
bazel_dep(name = "rules_cc", version = "0.2.17")
|