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"