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]
|
[package]
|
||||||
name = "rtic-arbiter"
|
name = "rtic-arbiter"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
|
|
||||||
edition = "2021"
|
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"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-arbiter lib TODO"
|
description = "rtic-arbiter lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-channel"
|
name = "rtic-channel"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
|
|
||||||
edition = "2021"
|
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"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-channel lib TODO"
|
description = "rtic-channel lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-common"
|
name = "rtic-common"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
|
|
||||||
edition = "2021"
|
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"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-common lib TODO"
|
description = "rtic-common lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-monotonics"
|
name = "rtic-monotonics"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
|
|
||||||
edition = "2021"
|
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"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-monotonics lib TODO"
|
description = "rtic-monotonics lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-time"
|
name = "rtic-time"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
|
|
||||||
edition = "2021"
|
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"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-time lib TODO"
|
description = "rtic-time lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue