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"