# `rules_toolchain` > A Bazel ruleset to enable concise toolchain registration. ## Getting Started Add the following to `MODULE.bazel`: ```py bazel_dep(name="rules_toolchain", version="0.0.0") ```