aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2021-03-19 15:26:20 -0500
committerxoviat <[email protected]>2021-03-19 15:26:20 -0500
commit03ecc91d552328f625c3ed13088291272123784f (patch)
treebb2b333b5cd66b5443fd3aedd8e1f181848c55cf /Cargo.toml
parentc8d90f3e75aca252cda49192d61a6b4a756c106b (diff)
stm32: consolidate functionality into new pkg
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31fe26476..d9fbeaf45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ members = [
4 "embassy", 4 "embassy",
5 "embassy-traits", 5 "embassy-traits",
6 "embassy-nrf", 6 "embassy-nrf",
7 "embassy-stm32",
7 "embassy-stm32f4", 8 "embassy-stm32f4",
8 "embassy-stm32l0", 9 "embassy-stm32l0",
9 "embassy-nrf-examples", 10 "embassy-nrf-examples",