From 1920054778e1155d37b1d4e30bcca85d51166828 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 25 Feb 2022 01:40:12 +0000 Subject: [PATCH] Tidy up Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 655d03f..e66a3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ license = "MIT" readme = "README.md" repository = "https://github.com/sgoudham/bst-rs" keywords = ["bst", "algorithms", "data-structures", "tree", "binary-search-tree"] -categories = ["data-structures", ] -exclude = ["scripts/**", ".github/**"] +categories = ["data-structures"] +exclude = [".github/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html