mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
11 lines
148 B
TOML
11 lines
148 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
profile = "default"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-std",
|
|
"rustc",
|
|
"rustfmt",
|
|
]
|