Merge pull request #79 from ivmarkov/adjustments
Adjust the authors header
This commit is contained in:
commit
ede024cf71
3 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue