Skip to content

Commit d26e2cd

Browse files
authored
remove 6th keyword (#100)
1 parent 47b6c8b commit d26e2cd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ rust-version = "1.75"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/kylebarron/geo-index"
99
description = "Fast, immutable, ABI-stable spatial indexes."
10-
keywords = [
11-
"rtree",
12-
"r-tree",
13-
"kdtree",
14-
"spatial",
15-
"spatial-index",
16-
"nearest-neighbor",
17-
]
10+
keywords = ["rtree", "kdtree", "spatial", "spatial-index", "nearest-neighbor"]
1811
categories = ["data-structures", "algorithms", "science::geo"]
1912

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

0 commit comments

Comments
 (0)