6 lines
187 B
TOML
6 lines
187 B
TOML
|
[toolchain]
|
||
|
channel = "stable"
|
||
|
components = [ "clippy", "rustfmt" ]
|
||
|
targets = [ "i686-unknown-linux-musl", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl" ]
|
||
|
profile = "minimal"
|