diff --git a/Cargo.toml b/Cargo.toml index 0967400..f65666d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]