aboutsummaryrefslogtreecommitdiff
path: root/cyw43
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 /cyw43
parent22197320ff5dcef6cdc692a4c556ea9eae270074 (diff)
Add docs.rs metadata to all crates.
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index ac3122d41..20bb039a9 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -31,3 +31,6 @@ src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src
31src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/" 31src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/"
32target = "thumbv6m-none-eabi" 32target = "thumbv6m-none-eabi"
33features = ["defmt", "firmware-logs"] 33features = ["defmt", "firmware-logs"]
34
35[package.metadata.docs.rs]
36features = ["defmt", "firmware-logs"]