Skip to content

Commit ede024c

Browse files
authored
Merge pull request project-chip#79 from ivmarkov/adjustments
Adjust the authors header
2 parents 062f669 + 29127e7 commit ede024c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

rs-matter-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rs-matter-macros"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = ["Kedar Sovani <[email protected]>"]
5+
authors = ["Kedar Sovani <[email protected]>", "Ivan Markov", "Project CHIP Authors"]
66
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - Proc-macros"
77
repository = "https://github.com/project-chip/matter-rs"
88
readme = "README.md"

rs-matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rs-matter"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = ["Kedar Sovani <[email protected]>"]
5+
authors = ["Kedar Sovani <[email protected]>", "Ivan Markov", "Project CHIP Authors"]
66
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem"
77
repository = "https://github.com/project-chip/matter-rs"
88
readme = "README.md"

tools/tlv/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "tlv"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Kedar Sovani <[email protected]>", "Ivan Markov", "Project CHIP Authors"]
6+
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - TLV Tool"
7+
repository = "https://github.com/project-chip/matter-rs"
8+
readme = "README.md"
9+
keywords = ["matter", "smart", "smart-home", "IoT", "ESP32"]
10+
categories = ["embedded", "network-programming"]
511
license = "Apache-2.0"
612

713
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)