diff options
| author | Lofty Inclination <[email protected]> | 2024-12-31 23:26:21 +0000 |
|---|---|---|
| committer | Lofty Inclination <[email protected]> | 2025-01-01 01:35:41 +0000 |
| commit | a38a1c2e1cb7757df65eb4b76ebca695a6d189cd (patch) | |
| tree | 8960c328427511ee65989d3623d617a3761ffaf5 /embassy-stm32-wpan/Cargo.toml | |
| parent | 667dfa34b525f727936d621ba91001fa25d80426 (diff) | |
Enable docs for `ble` and `mac`
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 552d80982..74e7a67d9 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -13,10 +13,10 @@ documentation = "https://docs.embassy.dev/embassy-stm32-wpan" | |||
| 13 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/" | 13 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/" |
| 14 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/" | 14 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/" |
| 15 | target = "thumbv7em-none-eabihf" | 15 | target = "thumbv7em-none-eabihf" |
| 16 | features = ["stm32wb55rg"] | 16 | features = ["stm32wb55rg", "ble", "mac"] |
| 17 | 17 | ||
| 18 | [package.metadata.docs.rs] | 18 | [package.metadata.docs.rs] |
| 19 | features = ["stm32wb55rg"] | 19 | features = ["stm32wb55rg", "ble", "mac"] |
| 20 | 20 | ||
| 21 | [dependencies] | 21 | [dependencies] |
| 22 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } | 22 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } |
