From 29127e7e078a8ac016e86affdc3e9421d6b52fe3 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 28 Jul 2023 06:22:13 +0000 Subject: [PATCH] Adjust the authors header --- rs-matter-macros/Cargo.toml | 2 +- rs-matter/Cargo.toml | 2 +- tools/tlv/Cargo.toml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rs-matter-macros/Cargo.toml b/rs-matter-macros/Cargo.toml index 9bfd422..cfbdfc9 100644 --- a/rs-matter-macros/Cargo.toml +++ b/rs-matter-macros/Cargo.toml @@ -2,7 +2,7 @@ name = "rs-matter-macros" version = "0.1.0" edition = "2021" -authors = ["Kedar Sovani "] +authors = ["Kedar Sovani ", "Ivan Markov", "Project CHIP Authors"] description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - Proc-macros" repository = "https://github.com/project-chip/matter-rs" readme = "README.md" diff --git a/rs-matter/Cargo.toml b/rs-matter/Cargo.toml index 3902a6f..c3fc2d1 100644 --- a/rs-matter/Cargo.toml +++ b/rs-matter/Cargo.toml @@ -2,7 +2,7 @@ name = "rs-matter" version = "0.1.0" edition = "2021" -authors = ["Kedar Sovani "] +authors = ["Kedar Sovani ", "Ivan Markov", "Project CHIP Authors"] description = "Native Rust implementation of the Matter (Smart-Home) ecosystem" repository = "https://github.com/project-chip/matter-rs" readme = "README.md" diff --git a/tools/tlv/Cargo.toml b/tools/tlv/Cargo.toml index e5ed9d2..1a12dde 100644 --- a/tools/tlv/Cargo.toml +++ b/tools/tlv/Cargo.toml @@ -2,6 +2,12 @@ name = "tlv" version = "0.1.0" edition = "2021" +authors = ["Kedar Sovani ", "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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html