diff --git a/Cargo.toml b/Cargo.toml index 77d48ea..eecee70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,10 @@ edition = "2021" authors = ["Norimasa Takana "] repository = "https://github.com/Alignof/raki" keywords = ["risc-v", "decoder"] +categories = ["encoding", "embedded", "hardware-support", "no-std", "parsing"] description = "RISC-V instruction decoder written in Rust." license = "MIT" +readme = "README.md" [lints.clippy] pedantic = "warn"