| module( |
| name = "bazel_cc_meta", |
| bazel_compatibility = [">=7.4.0"], |
| version = "0.2.0", |
| compatibility_level = 0, |
| ) |
| |
| bazel_dep(name = "bazel_skylib", version = "1.9.0") |
| bazel_dep(name = "rules_cc", version = "0.2.17") |
| bazel_dep(name = "rules_python", version = "1.7.0") |
| bazel_dep(name = "rules_shell", version = "0.6.1") |
| bazel_dep(name = "buildozer", version = "8.5.1") |
| |
| python = use_extension("@rules_python//python/extensions:python.bzl", "python") |
| python.toolchain( |
| configure_coverage_tool = True, |
| is_default = True, |
| python_version = "3.11", |
| ) |
| use_repo(python, "python_versions") |