7 lines
140 B
TOML
7 lines
140 B
TOML
[toolchain]
|
|
channel = "1.93"
|
|
components = [ "rust-src", "rustfmt", "llvm-tools", "rust-analyzer" ]
|
|
targets = [
|
|
"thumbv7em-none-eabi",
|
|
]
|