From 7ce3762ee96df66a171df30b3539187201e0cd2b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 20 Feb 2022 20:53:02 +0000 Subject: [PATCH] Remove lib name --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42e5b3f..046ca22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,4 @@ keywords = ["bst", "algorithms", "data-structures", "structure", "tree"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[lib] -name = "bst_rs" - [dependencies] \ No newline at end of file