6 lines
149 B
TOML
6 lines
149 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [ "clippy", "rustfmt" ]
|
|
targets = [ "thumbv7em-none-eabi", "thumbv7em-none-eabihf" ]
|
|
profile = "minimal"
|