Skip to content

Commit

Permalink
More categories and keywords in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daladim committed Mar 31, 2023
1 parent ba4a1f3 commit 3bce77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Tools for finding and manipulating differences between files"
documentation = "https://docs.rs/diffy"
repository = "https://github.com/bmwill/diffy"
readme = "README.md"
keywords = ["diff", "patch", "merge"]
categories = ["text-processing"]
keywords = ["diff", "patch", "merge", "3-way", "myers"]
categories = ["text-processing", "algorithms"]
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 3bce77b

Please sign in to comment.