瀏覽代碼

Add main authors to Cargo.toml

luojia65 3 年之前
父節點
當前提交
f4c9b472b3
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Cargo.toml

+ 5 - 1
Cargo.toml

@@ -2,7 +2,11 @@
 name = "rustsbi"
 description = "Minimal RISC-V's SBI implementation library in Rust"
 version = "0.2.0-alpha.6"
-authors = ["luojia65 <me@luojia.cc>"]
+authors = [
+    "Luo Jia <me@luojia.cc>",
+    "Campbell He <hkp18@mails.tsinghua.edu.cn>",
+    "Yifan Wu <shinbokuow@163.com>",
+]
 repository = "https://github.com/rustsbi/rustsbi"
 documentation = "https://docs.rs/rustsbi"
 license = "MulanPSL-2.0 OR MIT"