diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-02-13 02:37:53 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-02-13 02:39:03 +0100 |
| commit | 951f2089156288288b8402b2b4b1d3feacdfe975 (patch) | |
| tree | 0907fcc305405fc1c1da307230a749fa063b4472 /embassy-net-driver-channel | |
| parent | 80b7c3cf69141c76ba2ae099225c2580cd430086 (diff) | |
Add more crates to docs.
Diffstat (limited to 'embassy-net-driver-channel')
| -rw-r--r-- | embassy-net-driver-channel/Cargo.toml | 6 |
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" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | [package.metadata.embassy_docs] | ||
| 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/" | ||
| 8 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-driver-channel/src/" | ||
| 9 | features = ["defmt"] | ||
| 10 | target = "thumbv7em-none-eabi" | ||
| 11 | |||
| 6 | [dependencies] | 12 | [dependencies] |
| 7 | defmt = { version = "0.3", optional = true } | 13 | defmt = { version = "0.3", optional = true } |
| 8 | log = { version = "0.4.14", optional = true } | 14 | log = { version = "0.4.14", optional = true } |
