rust-toolchain.toml 136 B

1234
  1. [toolchain]
  2. channel = "nightly"
  3. components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
  4. profile = "minimal"