aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-01-12 16:47:29 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2019-01-12 16:47:29 +0100
commit752570c5733048757228e8cb22986636091b51a8 (patch)
treeb1189dd01471f56ede2cfe8744a9c6d181913600
parentdb6718650505d09fc9a959fe0ffa4b41d2fc1d4b (diff)
downloadcortex-m-752570c5733048757228e8cb22986636091b51a8.tar.gz
cortex-m-752570c5733048757228e8cb22986636091b51a8.tar.zst
cortex-m-752570c5733048757228e8cb22986636091b51a8.zip
add team e-mail to authors
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf46c29..5fb6f36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,8 @@
[package]
-authors = ["Jorge Aparicio <jorge@japaric.io>"]
+authors = [
+ "The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
+ "Jorge Aparicio <jorge@japaric.io>",
+]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to Cortex-M processors"
documentation = "https://docs.rs/cortex-m"