Skip to content

Commit

Permalink
Keyword fix (#7)
Browse files Browse the repository at this point in the history
* Removing induced sorting keyword
  • Loading branch information
Nathan Roach authored Sep 18, 2022
1 parent df7f2ad commit a8633c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a8633c1

Please sign in to comment.