Add missing description metadata to subcrates

This commit is contained in:
Héctor Ramón Jiménez 2025-12-07 20:59:50 +01:00
parent b32ea0f7ff
commit c59615019d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[package]
name = "iced_devtools"
description = "Attachable developer tools for any iced program"
version.workspace = true
authors.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "iced_program"
description = "The definition of an iced program"
version.workspace = true
authors.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "iced_selector"
description = "A set of abstractions for selecting data from the widget tree."
version.workspace = true
authors.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "iced_test"
description = "A library for testing iced applications in headless mode"
version.workspace = true
authors.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "iced_tester"
description = "A test recorder, editor, and runner for your iced applications"
version.workspace = true
authors.workspace = true
edition.workspace = true