Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
9948d5538b8c400aec0dc23c545ec5094f8e079b
/
.
/
workspace.bzl
blob: 50b6db5ac47116b744955a9da90f97905e810cfa [
file
] [
log
] [
blame
]
load
(
"@bazel_skylib//lib:unittest.bzl"
,
"register_unittest_toolchains"
)
def
bazel_skylib_workspace
():
"""Registers toolchains and declares repository dependencies of the bazel_skylib repository."""
register_unittest_toolchains
()