Skip to content

Commit 36b7aaa

Browse files
fix: change keywords in Cargo.toml to support legal formatting
1 parent 4549257 commit 36b7aaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

capt/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ license = "Apache-2.0"
88
readme = "../README.md"
99
keywords = [
1010
"robotics",
11-
"collision checking",
11+
"collision-checking",
1212
"simd",
13-
"nearest neighbor",
14-
"point cloud",
13+
"nearest-neighbor",
14+
"point-cloud",
1515
]
1616
categories = ["no-std", "science", "science::robotics", "algorithms"]
1717

0 commit comments

Comments
 (0)