6 lines
149 B
TOML
6 lines
149 B
TOML
|
|
[toolchain]
|
||
|
|
channel = "1.96.0"
|
||
|
|
profile = "default"
|
||
|
|
targets = ["thumbv7m-none-eabi"]
|
||
|
|
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]
|