Files
project-templates/rust-esp32-c6/template/rust-toolchain.toml
T

5 lines
103 B
TOML

[toolchain]
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]