[toolchain] # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" channel = "1.81.0" components = [ "rustfmt", "clippy" ]