diff --git a/Cargo.toml b/Cargo.toml index efebf7a..3ad4005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "vexriscv" version = "0.0.1" repository = "https://github.com/xobs/vexriscv-rust" authors = ["Sean Cross ", "The RISC-V Team "] -categories = ["embedded", "hardware-support", "no-std", "vexriscv"] +categories = ["embedded", "hardware-support", "no-std"] description = "Low level access to the VexRiscv processor" keywords = ["riscv", "register", "peripheral", "vexriscv"] license = "ISC"