mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
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"
|