Add team e-mail to authors

This commit is contained in:
Vadim Kaushan 2019-02-06 22:17:30 +03:00
parent 1ee535e94f
commit 8d6b2fe111
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
name = "riscv"
version = "0.4.0"
repository = "https://github.com/rust-embedded/riscv"
authors = ["David Craven <david@craven.ch>"]
authors = [
"The RISC-V Team <risc-v@teams.rust-embedded.org>",
"David Craven <david@craven.ch>",
]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to RISC-V processors"
keywords = ["riscv", "register", "peripheral"]