rust-toolchain.toml 121 B

1234
  1. [toolchain]
  2. profile = "minimal"
  3. channel = "nightly"
  4. components = ["rustfmt", "clippy", "llvm-tools-preview", "rust-src"]