Tidy up Cargo.toml

pull/3/head
sgoudham 3 years ago
parent 92b4208956
commit 1920054778
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

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

Loading…
Cancel
Save