rust-toolchain.toml 86 B

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