-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMODULE.bazel
More file actions
16 lines (12 loc) · 746 Bytes
/
MODULE.bazel
File metadata and controls
16 lines (12 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
bazel_dep(name = "rules_cc", version = "0.0.17")
# bazel_dep(name = "rules_rust", version = "0.54.1") # Use the latest stable version
# rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
# rust.toolchain(edition = "2021", versions = ["1.75.0"])
# use_repo(rust, "rust_toolchains")
# register_toolchains("@rust_toolchains//:all")