aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2020-12-28 09:17:36 -0600
committerxoviat <[email protected]>2020-12-28 09:17:36 -0600
commit18cd87ae12fb7ec925a0f50bc8e0b307d67dc716 (patch)
tree6de8c1254bbda784b4d4f6852d4a5fbfbb148f4e /Cargo.toml
parent4a7344cb6f33bc6acdb982b7c180e0da81ad2710 (diff)
create stm32f4 crate
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 792804046..e1a1c34b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@
3members = [ 3members = [
4 "embassy", 4 "embassy",
5 "embassy-nrf", 5 "embassy-nrf",
6 "embassy-stm32f4",
6 "embassy-macros", 7 "embassy-macros",
7 "examples", 8 "examples",
8] 9]