Add more crates to docs.

This commit is contained in:
Dario Nieuwenhuis
2023-02-13 02:37:53 +01:00
parent 80b7c3cf69
commit 951f208915
4 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,12 @@ name = "embassy-net-driver-channel"
version = "0.1.0"
edition = "2021"
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-driver-channel/src/"
features = ["defmt"]
target = "thumbv7em-none-eabi"
[dependencies]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }