From 5af3d9ddf275ca9a5192d59599b0f08ae9fa355d Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Thu, 10 Oct 2024 03:53:20 -0700 Subject: [PATCH] Add missing `description` field to Cargo manifest for `esp-config` (#2325) --- esp-config/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-config/Cargo.toml b/esp-config/Cargo.toml index ba3cc401742..d2ec656d0d6 100644 --- a/esp-config/Cargo.toml +++ b/esp-config/Cargo.toml @@ -3,6 +3,7 @@ name = "esp-config" version = "0.1.0" edition = "2021" rust-version = "1.79.0" +description = "Configure projects using esp-hal and related packages" repository = "https://github.com/esp-rs/esp-hal" license = "MIT OR Apache-2.0"