aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 23:16:28 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 23:17:02 +0100
commit53049943639d4493a49b0de408c653a0124ca61e (patch)
tree3507f4d83906debf81b058b07765637ba3ded43a /embassy-stm32-wpan
parent22197320ff5dcef6cdc692a4c556ea9eae270074 (diff)
Add docs.rs metadata to all crates.
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 1f699141f..143eea019 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -10,6 +10,9 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32
10target = "thumbv7em-none-eabihf" 10target = "thumbv7em-none-eabihf"
11features = ["stm32wb55rg"] 11features = ["stm32wb55rg"]
12 12
13[package.metadata.docs.rs]
14features = ["stm32wb55rg"]
15
13[dependencies] 16[dependencies]
14embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } 17embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" }
15embassy-sync = { version = "0.5.0", path = "../embassy-sync" } 18embassy-sync = { version = "0.5.0", path = "../embassy-sync" }