Skip to content

Commit 8d6b2fe

Browse files
committed
Add team e-mail to authors
1 parent 1ee535e commit 8d6b2fe

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
@@ -2,7 +2,10 @@
22
name = "riscv"
33
version = "0.4.0"
44
repository = "https://github.com/rust-embedded/riscv"
5-
authors = ["David Craven <[email protected]>"]
5+
authors = [
6+
"The RISC-V Team <[email protected]>",
7+
"David Craven <[email protected]>",
8+
]
69
categories = ["embedded", "hardware-support", "no-std"]
710
description = "Low level access to RISC-V processors"
811
keywords = ["riscv", "register", "peripheral"]

0 commit comments

Comments
 (0)