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"