diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index f9923410..cbc88e7b 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -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 diff --git a/program/Cargo.toml b/program/Cargo.toml index 76106c25..b86421fb 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "iced_program" +description = "The definition of an iced program" version.workspace = true authors.workspace = true edition.workspace = true diff --git a/selector/Cargo.toml b/selector/Cargo.toml index 67488d12..3260e15f 100644 --- a/selector/Cargo.toml +++ b/selector/Cargo.toml @@ -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 diff --git a/test/Cargo.toml b/test/Cargo.toml index 7c30cefd..fcf05878 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -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 diff --git a/tester/Cargo.toml b/tester/Cargo.toml index 4f97bac3..d2a1e094 100644 --- a/tester/Cargo.toml +++ b/tester/Cargo.toml @@ -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