10 lines
122 B
TOML
10 lines
122 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [
|
|
"clippy",
|
|
"rustfmt",
|
|
"llvm-tools",
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
]
|