diff options
author | 2019-01-12 17:23:48 +0000 | |
---|---|---|
committer | 2019-01-12 17:23:48 +0000 | |
commit | b148a2ec4743595d1f41e6e78944dc1c525c0adb (patch) | |
tree | b1189dd01471f56ede2cfe8744a9c6d181913600 | |
parent | db6718650505d09fc9a959fe0ffa4b41d2fc1d4b (diff) | |
parent | 752570c5733048757228e8cb22986636091b51a8 (diff) | |
download | cortex-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.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" |