diff --git a/rtic-arbiter/Cargo.toml b/rtic-arbiter/Cargo.toml index 52daa27dc7..d8b18c409f 100644 --- a/rtic-arbiter/Cargo.toml +++ b/rtic-arbiter/Cargo.toml @@ -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 ", + "Henrik Tjäder ", + "Jorge Aparicio ", + "Per Lindgren ", +] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-arbiter lib TODO" license = "MIT OR Apache-2.0" diff --git a/rtic-channel/Cargo.toml b/rtic-channel/Cargo.toml index a6f98e436c..900f972b1d 100644 --- a/rtic-channel/Cargo.toml +++ b/rtic-channel/Cargo.toml @@ -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 ", + "Henrik Tjäder ", + "Jorge Aparicio ", + "Per Lindgren ", +] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-channel lib TODO" license = "MIT OR Apache-2.0" diff --git a/rtic-common/Cargo.toml b/rtic-common/Cargo.toml index 35b0f722a3..726090ac0e 100644 --- a/rtic-common/Cargo.toml +++ b/rtic-common/Cargo.toml @@ -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 ", + "Henrik Tjäder ", + "Jorge Aparicio ", + "Per Lindgren ", +] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-common lib TODO" license = "MIT OR Apache-2.0" diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index bb8ff6d2fc..5e6586e29a 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -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 ", + "Henrik Tjäder ", + "Jorge Aparicio ", + "Per Lindgren ", +] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-monotonics lib TODO" license = "MIT OR Apache-2.0" diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index 0ba7b11790..c7d13bb451 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -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 ", + "Henrik Tjäder ", + "Jorge Aparicio ", + "Per Lindgren ", +] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-time lib TODO" license = "MIT OR Apache-2.0"