Skip to content

Commit 3bce77b

Browse files
committed
More categories and keywords in Cargo.toml
1 parent ba4a1f3 commit 3bce77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description = "Tools for finding and manipulating differences between files"
77
documentation = "https://docs.rs/diffy"
88
repository = "https://github.com/bmwill/diffy"
99
readme = "README.md"
10-
keywords = ["diff", "patch", "merge"]
11-
categories = ["text-processing"]
10+
keywords = ["diff", "patch", "merge", "3-way", "myers"]
11+
categories = ["text-processing", "algorithms"]
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)