Add authors to each Cargo.toml

Copy-paste the default one used for the project
This commit is contained in:
Henrik Tjäder 2023-02-01 22:11:50 +01:00
parent fe77b4538d
commit c2d2b1ba38
5 changed files with 40 additions and 0 deletions

View file

@ -1,7 +1,15 @@
[package]
name = "rtic-arbiter"
version = "1.0.0-alpha.0"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-arbiter lib TODO"
license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,15 @@
[package]
name = "rtic-channel"
version = "1.0.0-alpha.0"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-channel lib TODO"
license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,15 @@
[package]
name = "rtic-common"
version = "1.0.0-alpha.0"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-common lib TODO"
license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,15 @@
[package]
name = "rtic-monotonics"
version = "1.0.0-alpha.0"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-monotonics lib TODO"
license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,15 @@
[package]
name = "rtic-time"
version = "1.0.0-alpha.0"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-time lib TODO"
license = "MIT OR Apache-2.0"