From b7cf0f4872a7f2501246311538158370b5168f6e Mon Sep 17 00:00:00 2001 From: Adham Salama Date: Mon, 17 Apr 2023 15:27:18 +0200 Subject: [PATCH] Update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 131e7f8..42fc3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sider" -description = "A Redis implementation in Rust." +description = "A Multithreaded Redis clone written from scratch in Rust." license = "MIT" version = "0.1.0" edition = "2021"