# Pins the Rust toolchain for this crate (local dev and CI both read this).
# Tracks stable: locked deps need a recent toolchain, and stable stays current
# on its own. Components so rustfmt/clippy are always present wherever checks
# run.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]