11 lines
135 B
TOML
11 lines
135 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu"
|
|
]
|
|
components = [
|
|
"clippy",
|
|
"rustfmt",
|
|
"rust-analyzer"
|
|
]
|