diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml index 391281ec778..7e129e4494a 100644 --- a/crates/core/tedge_mapper/Cargo.toml +++ b/crates/core/tedge_mapper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tedge-mapper" -description = "tedge-mapper is the mapper that translates thin-edge.io data model to c8y/az data model." +description = "tedge-mapper translates thin-edge.io data model to c8y/az/aws data model" version = { workspace = true } authors = { workspace = true } edition = { workspace = true } diff --git a/crates/core/tedge_watchdog/Cargo.toml b/crates/core/tedge_watchdog/Cargo.toml index 9343e5fa8dd..5ac60b62903 100644 --- a/crates/core/tedge_watchdog/Cargo.toml +++ b/crates/core/tedge_watchdog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tedge-watchdog" -description = "tedge-watchdog checks the health of all the thin-edge.io components/services." +description = "tedge-watchdog checks the health of all the thin-edge.io components/services" version = { workspace = true } authors = { workspace = true } edition = { workspace = true } diff --git a/plugins/c8y_firmware_plugin/Cargo.toml b/plugins/c8y_firmware_plugin/Cargo.toml index b292efe9772..b759f5e6645 100644 --- a/plugins/c8y_firmware_plugin/Cargo.toml +++ b/plugins/c8y_firmware_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c8y-firmware-plugin" -description = "Thin-edge device firmware management for Cumulocity" +description = "thin-edge.io device firmware management for Cumulocity" version = { workspace = true } authors = { workspace = true } edition = { workspace = true } diff --git a/plugins/c8y_remote_access_plugin/Cargo.toml b/plugins/c8y_remote_access_plugin/Cargo.toml index 5b7b379576c..1290d8d23c3 100644 --- a/plugins/c8y_remote_access_plugin/Cargo.toml +++ b/plugins/c8y_remote_access_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c8y-remote-access-plugin" -description = "Thin-edge.io plugin for the Cumulocity IoT's Cloud Remote Access feature" +description = "thin-edge.io plugin for the Cumulocity Cloud Remote Access feature" version = { workspace = true } authors = { workspace = true } edition = { workspace = true }