[toolchain]
# Using latest nightly for formatting. This allows CI to use whatever nightly
# is currently available without pinning to a specific date that may not exist
# in the CI runner's environment. Local development uses the same (latest nightly).
channel = "nightly"
components = ["rustfmt", "clippy"]