6 lines
123 B
TOML
6 lines
123 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = ["rustfmt", "rust-src"]
|
|
profile = "minimal"
|
|
targets = ["x86_64-unknown-none"]
|