module(name = "cmake_configure_file", version = "0.1.2") | |
bazel_dep(name = "platforms", version = "0.0.10") | |
bazel_dep(name = "rules_python", version = "1.0.0") | |
python = use_extension("@rules_python//python/extensions:python.bzl", "python") | |
python.toolchain(python_version = "3.12") | |
use_repo(python, "python_versions") |