aboutsummaryrefslogtreecommitdiff
path: root/MODULE.bazel
blob: 81b8b5cf912f8762b82cf9e116b7ab0f600a92c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module(
    name = "bazel_skylib",
    compatibility_level = 1,
    # If you change this, please also update @bazel_skylib_gazelle_plugin//:MODULE.bazel
    version = "1.3.0",
)

register_toolchains(
    "//toolchains/unittest:cmd_toolchain",
    "//toolchains/unittest:bash_toolchain",
)

bazel_dep(name = "platforms", version = "0.0.4")

### INTERNAL ONLY - lines after this are not included in the release packaging.

# Build-only / test-only dependencies
bazel_dep(name = "stardoc", dev_dependency = True, repo_name = "io_bazel_stardoc", version = "0.5.3")
bazel_dep(name = "rules_pkg", dev_dependency = True, version = "0.5.1")
bazel_dep(name = "rules_cc", dev_dependency = True, version = "0.0.2")