aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-driver
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-usb-driver
parent22197320ff5dcef6cdc692a4c556ea9eae270074 (diff)
Add docs.rs metadata to all crates.
Diffstat (limited to 'embassy-usb-driver')
-rw-r--r--embassy-usb-driver/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-usb-driver/Cargo.toml b/embassy-usb-driver/Cargo.toml
index d658f9ec7..460cb306a 100644
--- a/embassy-usb-driver/Cargo.toml
+++ b/embassy-usb-driver/Cargo.toml
@@ -12,5 +12,8 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb-d
12features = ["defmt"] 12features = ["defmt"]
13target = "thumbv7em-none-eabi" 13target = "thumbv7em-none-eabi"
14 14
15[package.metadata.docs.rs]
16features = ["defmt"]
17
15[dependencies] 18[dependencies]
16defmt = { version = "0.3", optional = true } 19defmt = { version = "0.3", optional = true }