my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 634ca07..ada786b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ description = "A high-performance port of Myer's diff algorithm to perform the o
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["diff", "match", "patch", "text-synchronization"]
-categories = ["algorithms", "text-synchronization"]
+categories = ["algorithms", "text-processing", "text-editors", "wasm"]
[dependencies]
chrono = "0"