10 lines
116 B
TOML
10 lines
116 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu"
|
|
]
|
|
components = [
|
|
"clippy",
|
|
"rustfmt"
|
|
]
|