Skip to content

Commit 752570c

Browse files
committed
add team e-mail to authors
1 parent db67186 commit 752570c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Jorge Aparicio <[email protected]>"]
2+
authors = [
3+
"The Cortex-M Team <[email protected]>",
4+
"Jorge Aparicio <[email protected]>",
5+
]
36
categories = ["embedded", "hardware-support", "no-std"]
47
description = "Low level access to Cortex-M processors"
58
documentation = "https://docs.rs/cortex-m"

0 commit comments

Comments
 (0)