hilsen/rust-toolchain.toml

12 lines
149 B
TOML
Raw Normal View History

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