diff --git a/Cargo.toml b/Cargo.toml index a75fbb3..002e1fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,13 @@ description = "Extensions for diagnostic error handling with `miette`." repository = "https://github.com/olson-sean-k/tardar" readme = "README.md" license = "MIT" -keywords = ["diagnostics"] +keywords = [ + "diagnostics", + "error", + "miette", + "result", +] +categories = ["rust-patterns"] [dependencies]