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