diff --git a/Cargo.toml b/Cargo.toml index 345e563..b252708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A collection of succinct data structures supported by fast implem readme = "readme.md" repository = "https://github.com/Cydhra/vers" license = "MIT OR Apache-2.0" -keywords = ["succinct", "bit-vector", "elias-fano", "rmq", "predecessor"] +keywords = ["succinct", "bit-vector", "elias-fano", "rmq", "sequence"] categories = ["data-structures", "algorithms"] [dependencies]