11 lines
155 B
TOML
11 lines
155 B
TOML
[toolchain]
|
|
channel = "beta"
|
|
components = [
|
|
"rustfmt",
|
|
"clippy",
|
|
"rust-src",
|
|
"rustc-dev",
|
|
"llvm-tools-preview",
|
|
"rust-analyzer",
|
|
]
|