Update with categories and exclude section

pull/3/head
sgoudham 3 years ago
parent 36ebf3e962
commit 320ed87204
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -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

Loading…
Cancel
Save