Skip to content

Commit

Permalink
Add "rust-patterns" as crate category (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 18, 2024
1 parent 4add83a commit 7aaa55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/derive_more"

readme = "README.md"
keywords = ["derive", "Add", "From", "Display", "IntoIterator"]
categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std"]
categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std", "rust-patterns"]

include = [
"src/**/*.rs",
Expand Down

0 comments on commit 7aaa55c

Please sign in to comment.