esp-hal/Cargo.toml
Jesse Braham 0cb5e4e82d
Add the esp-build package, update esp-hal and esp-lp-hal to use it in their build scripts (#1325)
* Create the `esp-build` package

* Update `esp-hal` and `esp-lp-hal` to use `esp-build`
2024-03-21 15:36:33 +00:00

15 lines
235 B
TOML

[workspace]
resolver = "2"
members = ["xtask"]
exclude = [
"esp-build",
"esp-hal",
"esp-hal-procmacros",
"esp-hal-smartled",
"esp-lp-hal",
"esp-metadata",
"esp-riscv-rt",
"examples",
"hil-test",
]