Add missing description field to Cargo manifest for esp-config (#2325)

This commit is contained in:
Jesse Braham 2024-10-10 03:53:20 -07:00 committed by GitHub
parent d655fe665f
commit 5af3d9ddf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"