Răsfoiți Sursa

Update crate profile and license

luojia65 4 ani în urmă
părinte
comite
29ffb06e09
2 a modificat fișierele cu 5 adăugiri și 4 ștergeri
  1. 2 2
      Cargo.toml
  2. 3 2
      rustsbi/Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,6 +1,6 @@
 [workspace]
+# RustSBI library and all supported platforms
 members = [
     "rustsbi",
-    "platform/k210",
-    "platform/qemu",
+    "platform/*",
 ]

+ 3 - 2
rustsbi/Cargo.toml

@@ -4,8 +4,9 @@ description = "Minimal RISC-V's SBI implementation library in Rust"
 version = "0.0.2"
 authors = ["luojia65 <[email protected]>"]
 repository = "https://github.com/luojia65/rustsbi"
-license = "MIT" # OR MulanPSL-2.0; cargo does not support by now
-license-file = "../LICENSE-MULAN"
+documentation = "https://docs.rs/rustsbi"
+license = "MIT OR MulanPSL-2.0"
+readme = "../README.md"
 keywords = ["riscv", "sbi", "rustsbi"]
 categories = ["os", "embedded", "hardware-support", "no-std"]
 edition = "2018"