diff --git a/Cargo.toml b/Cargo.toml index 818a655..88cd9a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,10 @@ name = "riscv" version = "0.4.0" repository = "https://github.com/rust-embedded/riscv" -authors = ["David Craven "] +authors = [ + "The RISC-V Team ", + "David Craven ", +] categories = ["embedded", "hardware-support", "no-std"] description = "Low level access to RISC-V processors" keywords = ["riscv", "register", "peripheral"]