himalaya/rust-toolchain.toml
2023-05-01 00:19:59 +02:00

12 lines
148 B
TOML

[toolchain]
channel = "stable"
profile = "default"
components = [
"cargo",
"clippy",
"rust-analyzer",
"rust-std",
"rustc",
"rustfmt",
]