Skip to content

Commit

Permalink
remove 6th keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 6, 2025
1 parent 47b6c8b commit 4350822
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ rust-version = "1.75"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kylebarron/geo-index"
description = "Fast, immutable, ABI-stable spatial indexes."
keywords = [
"rtree",
"r-tree",
"kdtree",
"spatial",
"spatial-index",
"nearest-neighbor",
]
keywords = ["rtree", "kdtree", "spatial", "spatial-index", "nearest-neighbor"]
categories = ["data-structures", "algorithms", "science::geo"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4350822

Please sign in to comment.