From 53049943639d4493a49b0de408c653a0124ca61e Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 11 Jan 2024 23:16:28 +0100 Subject: Add docs.rs metadata to all crates. --- embassy-net-esp-hosted/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embassy-net-esp-hosted') diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml index ff7c43023..7d268a8bb 100644 --- a/embassy-net-esp-hosted/Cargo.toml +++ b/embassy-net-esp-hosted/Cargo.toml @@ -27,3 +27,6 @@ src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" target = "thumbv7em-none-eabi" features = ["defmt"] + +[package.metadata.docs.rs] +features = ["defmt"] -- cgit