Files
eculocate/ecu-esp32/rust-toolchain.toml
T
dan ae0393cd48 rearrange as workspace of crates
I would rather like to be able to write tests for the complicated
bits, but using "cargo test" with the esp32 tolchain/libraries
is beyond my skill level if it's even possible.  Hence we now have
an ecu-portable crate for stuff that can be built using plain old Rust
(e.g. x86_64 with std)  and an ecu-esp32 crate for the rest of it
2025-12-23 16:52:24 +00:00

3 lines
31 B
TOML

[toolchain]
channel = "stable"