6 lines
134 B
TOML
6 lines
134 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = []
|
|
targets = [ "x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl" ]
|
|
profile = "minimal"
|