Files
SoftwareManager-rs/rust-toolchain.toml
T

10 lines
131 B
TOML

[toolchain]
channel = "nightly"
components = [
"clippy",
"rustfmt",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
]