|
|
@ -8,8 +8,8 @@ license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/sgoudham/bst-rs"
|
|
|
|
repository = "https://github.com/sgoudham/bst-rs"
|
|
|
|
keywords = ["bst", "algorithms", "data-structures", "tree", "binary-search-tree"]
|
|
|
|
keywords = ["bst", "algorithms", "data-structures", "tree", "binary-search-tree"]
|
|
|
|
categories = ["data-structures", ]
|
|
|
|
categories = ["data-structures"]
|
|
|
|
exclude = ["scripts/**", ".github/**"]
|
|
|
|
exclude = [".github/**"]
|
|
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|
|