03b5a617c6
This is essentailly taken from the work of 9glenda https://github.com/eza-community/eza/pull/462 Signed-off-by: Christina Sørensen <christina@cafkafk.com>
11 lines
146 B
TOML
11 lines
146 B
TOML
[toolchain]
|
|
channel = "1.70"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc",
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
"cargo",
|
|
"clippy",
|
|
]
|
|
profile = "minimal"
|