nixcp/rust-toolchain.toml

9 lines
No EOL
134 B
TOML

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