diff options
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 3 |
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 | |||
| 10 | target = "thumbv7em-none-eabihf" | 10 | target = "thumbv7em-none-eabihf" |
| 11 | features = ["stm32wb55rg"] | 11 | features = ["stm32wb55rg"] |
| 12 | 12 | ||
| 13 | [package.metadata.docs.rs] | ||
| 14 | features = ["stm32wb55rg"] | ||
| 15 | |||
| 13 | [dependencies] | 16 | [dependencies] |
| 14 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } | 17 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } |
| 15 | embassy-sync = { version = "0.5.0", path = "../embassy-sync" } | 18 | embassy-sync = { version = "0.5.0", path = "../embassy-sync" } |
