aboutsummaryrefslogtreecommitdiff
path: root/rtic-channel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-channel/Cargo.toml')
-rw-r--r--rtic-channel/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtic-channel/Cargo.toml b/rtic-channel/Cargo.toml
index a6f98e4..900f972 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 <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"