diff --git a/Cargo.toml b/Cargo.toml index c237a48..01c1c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A Fast, Secure and Distributed KV store with an HTTP API." version = "0.1.2" authors = ["Clint.Network ", "Jonathan Serra ", "CephalonRho ", "rigwild "] edition = "2018" -keywords = ["kv", "distributed", "ledger", "kv-store", "key-value", "rest", "http", "swagger", "server-sent-event", "web-ui", "encryption", "persistence", "serpent", "redis"] +keywords = ["kv", "distributed", "ledger", "kv-store", "kv store", "key-value", "key-value store", "rest", "http", "swagger", "server-sent-event", "web-ui", "encryption", "persistence", "serpent", "redis", "redis-like", "compression"] repository = "https://github.com/lucid-kv/lucid" readme = "https://github.com/lucid-kv/lucid/blob/master/README.md" license = "https://github.com/lucid-kv/lucid/blob/master/LICENSE.md"