aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-01-12 17:23:48 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-01-12 17:23:48 +0000
commitb148a2ec4743595d1f41e6e78944dc1c525c0adb (patch)
treeb1189dd01471f56ede2cfe8744a9c6d181913600
parentdb6718650505d09fc9a959fe0ffa4b41d2fc1d4b (diff)
parent752570c5733048757228e8cb22986636091b51a8 (diff)
downloadcortex-m-b148a2ec4743595d1f41e6e78944dc1c525c0adb.tar.gz
cortex-m-b148a2ec4743595d1f41e6e78944dc1c525c0adb.tar.zst
cortex-m-b148a2ec4743595d1f41e6e78944dc1c525c0adb.zip
Merge #129
129: add team e-mail to authors r=therealprof a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
-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"