Add missing description field to Cargo manifest for esp-config (#2325)
This commit is contained in:
parent
d655fe665f
commit
5af3d9ddf2
@ -3,6 +3,7 @@ name = "esp-config"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.79.0"
|
rust-version = "1.79.0"
|
||||||
|
description = "Configure projects using esp-hal and related packages"
|
||||||
repository = "https://github.com/esp-rs/esp-hal"
|
repository = "https://github.com/esp-rs/esp-hal"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user