Explorar o código

Add main authors to Cargo.toml

luojia65 %!s(int64=3) %!d(string=hai) anos
pai
achega
f4c9b472b3
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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 <[email protected]>"]
+authors = [
+    "Luo Jia <[email protected]>",
+    "Campbell He <[email protected]>",
+    "Yifan Wu <[email protected]>",
+]
 repository = "https://github.com/rustsbi/rustsbi"
 documentation = "https://docs.rs/rustsbi"
 license = "MulanPSL-2.0 OR MIT"