1f6fe32adc
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
11 lines
149 B
TOML
11 lines
149 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc",
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
"cargo",
|
|
"clippy",
|
|
]
|
|
profile = "minimal"
|