11 lines
173 B
TOML
11 lines
173 B
TOML
[toolchain]
|
|
channel = "nightly-2025-12-04"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rust-std",
|
|
"cargo",
|
|
]
|
|
profile = "default" |