diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:16:28 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:17:02 +0100 |
| commit | 53049943639d4493a49b0de408c653a0124ca61e (patch) | |
| tree | 3507f4d83906debf81b058b07765637ba3ded43a /embassy-net-ppp | |
| parent | 22197320ff5dcef6cdc692a4c556ea9eae270074 (diff) | |
Add docs.rs metadata to all crates.
Diffstat (limited to 'embassy-net-ppp')
| -rw-r--r-- | embassy-net-ppp/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-net-ppp/Cargo.toml b/embassy-net-ppp/Cargo.toml index 33e05227d..1ec8410c8 100644 --- a/embassy-net-ppp/Cargo.toml +++ b/embassy-net-ppp/Cargo.toml | |||
| @@ -26,3 +26,6 @@ src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-ppp-v$VERSION | |||
| 26 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-ppp/src/" | 26 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-ppp/src/" |
| 27 | target = "thumbv7em-none-eabi" | 27 | target = "thumbv7em-none-eabi" |
| 28 | features = ["defmt"] | 28 | features = ["defmt"] |
| 29 | |||
| 30 | [package.metadata.docs.rs] | ||
| 31 | features = ["defmt"] | ||
