|
@@ -4,8 +4,9 @@ description = "Minimal RISC-V's SBI implementation library in Rust"
|
|
version = "0.0.2"
|
|
version = "0.0.2"
|
|
authors = ["luojia65 <[email protected]>"]
|
|
authors = ["luojia65 <[email protected]>"]
|
|
repository = "https://github.com/luojia65/rustsbi"
|
|
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"]
|
|
keywords = ["riscv", "sbi", "rustsbi"]
|
|
categories = ["os", "embedded", "hardware-support", "no-std"]
|
|
categories = ["os", "embedded", "hardware-support", "no-std"]
|
|
edition = "2018"
|
|
edition = "2018"
|