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