12 lines
161 B
TOML
12 lines
161 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
targets = [
|
|
"x86_64-unknown-none"
|
|
]
|
|
components = [
|
|
"clippy",
|
|
"rustfmt",
|
|
"rust-src",
|
|
"llvm-tools-preview"
|
|
]
|