From 320ed87204067bb313db3ded6c2c5554dc96d51f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 25 Feb 2022 01:17:02 +0000 Subject: [PATCH] Update with categories and exclude section --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 046ca22..655d03f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,9 @@ description = "A simple BST implementation within Rust" license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/bst-rs" -keywords = ["bst", "algorithms", "data-structures", "structure", "tree"] +keywords = ["bst", "algorithms", "data-structures", "tree", "binary-search-tree"] +categories = ["data-structures", ] +exclude = ["scripts/**", ".github/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html