Adjust the authors header

This commit is contained in:
ivmarkov 2023-07-28 06:22:13 +00:00
parent 062f669369
commit 29127e7e07
3 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "rs-matter-macros" name = "rs-matter-macros"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Kedar Sovani <kedars@gmail.com>"] authors = ["Kedar Sovani <kedars@gmail.com>", "Ivan Markov", "Project CHIP Authors"]
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - Proc-macros" description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - Proc-macros"
repository = "https://github.com/project-chip/matter-rs" repository = "https://github.com/project-chip/matter-rs"
readme = "README.md" readme = "README.md"

View file

@ -2,7 +2,7 @@
name = "rs-matter" name = "rs-matter"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Kedar Sovani <kedars@gmail.com>"] authors = ["Kedar Sovani <kedars@gmail.com>", "Ivan Markov", "Project CHIP Authors"]
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem" description = "Native Rust implementation of the Matter (Smart-Home) ecosystem"
repository = "https://github.com/project-chip/matter-rs" repository = "https://github.com/project-chip/matter-rs"
readme = "README.md" readme = "README.md"

View file

@ -2,6 +2,12 @@
name = "tlv" name = "tlv"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Kedar Sovani <kedars@gmail.com>", "Ivan Markov", "Project CHIP Authors"]
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - TLV Tool"
repository = "https://github.com/project-chip/matter-rs"
readme = "README.md"
keywords = ["matter", "smart", "smart-home", "IoT", "ESP32"]
categories = ["embedded", "network-programming"]
license = "Apache-2.0" license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html