6 lines
170 B
TOML
6 lines
170 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [ "rustfmt", "rust-std", "rustc-dev" ]
|
|
targets = [ "x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl" ]
|
|
profile = "minimal"
|