diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:16:28 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:17:02 +0100 |
| commit | 53049943639d4493a49b0de408c653a0124ca61e (patch) | |
| tree | 3507f4d83906debf81b058b07765637ba3ded43a /embassy-stm32-wpan/Cargo.toml | |
| parent | 22197320ff5dcef6cdc692a4c556ea9eae270074 (diff) | |
Add docs.rs metadata to all crates.
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -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" } |
