eza/rust-toolchain.toml
2023-07-30 15:33:51 +02:00

5 lines
136 B
TOML

[toolchain]
channel = "nightly"
components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
profile = "minimal"