esp-hal/Cargo.toml
Jesse Braham cc28c3eb09
Add the esp-println package to the repository (#1575)
* Add the `esp-println` package to the repository

* Update esp-println version in README.md

Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>

---------

Co-authored-by: Scott Mabin <scott@mabez.dev>
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
2024-05-23 10:20:41 +01:00

18 lines
293 B
TOML

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