blob: 72201aebe197189aa972b130d0ac10007900ff80 [file] [log] [blame]
module(
name = "rules_testing",
version = "0.0.1",
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.3.0")
# TODO(https://github.com/bazelbuild/stardoc/issues/117): stardoc doesn't yet
# work with bzlmod enabled. This defines the repo so load() works.
bazel_dep(
name = "stardoc",
version = "0.5.3",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)