mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
12 lines
148 B
TOML
12 lines
148 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
profile = "default"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-std",
|
|
"rustc",
|
|
"rustfmt",
|
|
]
|