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