rp-hal-boards/Cargo.toml

19 lines
396 B
TOML
Raw Normal View History

2021-02-03 20:55:14 +02:00
[workspace]
resolver = "2"
2021-02-03 20:55:14 +02:00
members = [
"rp2040-hal",
2021-07-03 01:25:54 +02:00
"boards/feather_rp2040",
2021-09-28 23:20:35 -05:00
"boards/qt_py_rp2040",
"boards/pico",
2021-07-03 01:25:54 +02:00
"boards/pico_explorer",
"boards/pico_lipo_16mb",
2021-07-25 16:56:30 -05:00
"boards/adafruit_macropad",
"boards/pro_micro_rp2040",
2021-02-03 20:55:14 +02:00
]
[patch.'https://github.com/rp-rs/rp-hal.git']
rp2040-hal = { path ="./rp2040-hal" }
[patch.crates-io]
rp2040-hal = { path ="./rp2040-hal" }