rust-toolchain.toml 86 B

1234
  1. [toolchain]
  2. channel = "1.88.0"
  3. profile = "minimal"
  4. components = ["rustfmt", "clippy"]