aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-04-05 21:03:21 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-06 05:38:11 +0200
commitfa9eadcee9cbac369195fd1356ec69ecdeda2f08 (patch)
treea412e421f800e51ce15f588f37b7f22e9c5abbf2 /embassy-usb/Cargo.toml
parent2ce435dc341c0238392df5dab5db9b80db167117 (diff)
Add docserver metadata.
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 01bf5ef6f..48c205064 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -3,6 +3,14 @@ name = "embassy-usb"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[package.metadata.embassy_docs]
7src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/"
8src_base_git = "https://github.com/embassy-rs/embassy/blob/master/embassy-usb/src/"
9features = ["defmt"]
10flavors = [
11 { name = "default", target = "thumbv7em-none-eabihf" },
12]
13
6[dependencies] 14[dependencies]
7embassy = { version = "0.1.0", path = "../embassy" } 15embassy = { version = "0.1.0", path = "../embassy" }
8 16