meat-pi/rust-toolchain.toml
Yvan dd75b23619 Checking in initial baseline for project based on a combo
of Rust templates and content from the embassy project
and including my initial merging of the wifi_tcp_server,
usb_serial, and blinky sample code.
2025-03-13 13:28:48 +00:00

6 lines
122 B
TOML

[toolchain]
channel = "1.84"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
targets = [
"thumbv6m-none-eabi",
]