mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add authors to each Cargo.toml
Copy-paste the default one used for the project
This commit is contained in:
parent
fe77b4538d
commit
c2d2b1ba38
5 changed files with 40 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue