my fork of dmp
Fix keyword
Anubhab Bandyopadhyay 2024-08-29
parent 6c347de · commit caf656a
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0bbddc9..634ca07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/AnubhabB/diff-match-patch-rs.git"
description = "A high-performance port of Myer's diff algorithm to perform the operations required for synchronizing plain text."
readme = "README.md"
license = "MIT OR Apache-2.0"
-keywords = ["diff", "match", "patch", "text synchronization"]
+keywords = ["diff", "match", "patch", "text-synchronization"]
categories = ["algorithms", "text-synchronization"]
[dependencies]