From b0f70020c54e56899532ee06c337da15816e305f Mon Sep 17 00:00:00 2001 From: dkos Date: Sun, 6 Sep 2020 12:40:08 +0200 Subject: [PATCH] tags --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d173fdd..136f4a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "rocky" version = "0.1.0" authors = ["dkos "] edition = "2018" -categories = ["http", "rocksdb", "storage"] -description = "RocksDb as a service" +categories = ["http", "rocksdb", "storage", "actix-web"] +description = "RocksDb as a service with support for multiple databases and record expiration" [dependencies] structopt = "0.3"