diff options
author | 2019-01-12 16:47:29 +0100 | |
---|---|---|
committer | 2019-01-12 16:47:29 +0100 | |
commit | 752570c5733048757228e8cb22986636091b51a8 (patch) | |
tree | b1189dd01471f56ede2cfe8744a9c6d181913600 | |
parent | db6718650505d09fc9a959fe0ffa4b41d2fc1d4b (diff) | |
download | cortex-m-752570c5733048757228e8cb22986636091b51a8.tar.gz cortex-m-752570c5733048757228e8cb22986636091b51a8.tar.zst cortex-m-752570c5733048757228e8cb22986636091b51a8.zip |
add team e-mail to authors
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |