From a8633c16c912081ec5644f4e027246f8b1aac666 Mon Sep 17 00:00:00 2001 From: Nathan Roach Date: Sun, 18 Sep 2022 10:39:43 -0600 Subject: [PATCH] Keyword fix (#7) * Removing induced sorting keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9263d91..ad7748e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license-file = "LICENSE.md" description = "Pure Rust implementation of the Suffix Array by Induced Sorting algorithm." homepage = "https://github.com/NatPRoach/sa_ord" repository = "https://github.com/NatPRoach/sa_ord" -keywords = ["bioinformatics", "sa_ord", "suffix-array", "suffix", "array", "induced sorting"] +keywords = ["bioinformatics", "sa_ord", "suffix-array", "suffix", "array"] categories = ["algorithms", "science", "text-processing"] version = "0.0.1"