eza/rust-toolchain.toml
2023-09-18 23:23:44 +02:00

12 lines
146 B
TOML

[toolchain]
channel = "1.70"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"