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