Skip to content

Commit 7ce1794

Browse files
authored
Merge pull request #3317 from Bravo555/improve/compmonent-crates-descriptions
cli: Update component crates descriptions
2 parents 90de4ae + e20da5b commit 7ce1794

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/core/tedge_mapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tedge-mapper"
3-
description = "tedge-mapper is the mapper that translates thin-edge.io data model to c8y/az data model."
3+
description = "tedge-mapper translates thin-edge.io data model to c8y/az/aws data model"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

crates/core/tedge_watchdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tedge-watchdog"
3-
description = "tedge-watchdog checks the health of all the thin-edge.io components/services."
3+
description = "tedge-watchdog checks the health of all the thin-edge.io components/services"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

plugins/c8y_firmware_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c8y-firmware-plugin"
3-
description = "Thin-edge device firmware management for Cumulocity"
3+
description = "thin-edge.io device firmware management for Cumulocity"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

plugins/c8y_remote_access_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c8y-remote-access-plugin"
3-
description = "Thin-edge.io plugin for the Cumulocity IoT's Cloud Remote Access feature"
3+
description = "thin-edge.io plugin for the Cumulocity Cloud Remote Access feature"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)