aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-02-13 02:37:53 +0100
committerDario Nieuwenhuis <[email protected]>2023-02-13 02:39:03 +0100
commit951f2089156288288b8402b2b4b1d3feacdfe975 (patch)
tree0907fcc305405fc1c1da307230a749fa063b4472 /embassy-net-driver-channel/Cargo.toml
parent80b7c3cf69141c76ba2ae099225c2580cd430086 (diff)
Add more crates to docs.
Diffstat (limited to 'embassy-net-driver-channel/Cargo.toml')
-rw-r--r--embassy-net-driver-channel/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-net-driver-channel/Cargo.toml b/embassy-net-driver-channel/Cargo.toml
index 700a4e8a0..6cb6c3568 100644
--- a/embassy-net-driver-channel/Cargo.toml
+++ b/embassy-net-driver-channel/Cargo.toml
@@ -3,6 +3,12 @@ name = "embassy-net-driver-channel"
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-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/"
8src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-driver-channel/src/"
9features = ["defmt"]
10target = "thumbv7em-none-eabi"
11
6[dependencies] 12[dependencies]
7defmt = { version = "0.3", optional = true } 13defmt = { version = "0.3", optional = true }
8log = { version = "0.4.14", optional = true } 14log = { version = "0.4.14", optional = true }