12 lines
149 B
TOML
12 lines
149 B
TOML
|
[toolchain]
|
||
|
channel = "nightly"
|
||
|
components = [
|
||
|
"rustfmt",
|
||
|
"rustc",
|
||
|
"rust-src",
|
||
|
"rust-analyzer",
|
||
|
"cargo",
|
||
|
"clippy",
|
||
|
]
|
||
|
profile = "minimal"
|