esp32-beep/rust-toolchain.toml

4 lines
101 B
TOML
Raw Normal View History

2022-03-18 11:53:53 +00:00
[toolchain]
channel = "esp"
components = ["rustfmt", "rustc-dev"]
targets = ["xtensa-esp32-none-elf"]