diff --git a/rvdc/Cargo.toml b/rvdc/Cargo.toml index beb84ae..b3bdb0e 100644 --- a/rvdc/Cargo.toml +++ b/rvdc/Cargo.toml @@ -5,7 +5,7 @@ description = "RISC-V instruction decoder" repository = "https://github.com/Noratrieb/rustv32i" edition = "2024" keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"] -categories = ["Parser implementations"] +categories = ["parser-implementations"] license = "MIT OR Apache-2.0" [dependencies]