瀏覽代碼

Add team e-mail to authors

Vadim Kaushan 6 年之前
父節點
當前提交
8d6b2fe111
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -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"]