11 lines
148 B
TOML
11 lines
148 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc",
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
"cargo",
|
|
"clippy",
|
|
]
|
|
profile = "minimal"
|