From fda95e225b97798df13b327019e438b37a2de8a6 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 25 Feb 2022 01:40:42 +0000 Subject: [PATCH] Update crate description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e66a3f4..78e75ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bst-rs" version = "0.1.0" edition = "2021" authors = ["Goudham Suresh "] -description = "A simple BST implementation within Rust" +description = "Recursive & Iterative Binary Search Tree Implementations within Rust" license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/bst-rs"