Skip to content

Commit 85eaed6

Browse files
committed
ci: align crates.io categories with keywords for better discoverability
- Updated Cargo.toml categories to match keywords: science, astronomy, physics, simulation, astrology - Ensures maximum crates.io discoverability for astronomy, astrophysics, planetary science, and space simulations - Keeps keywords focused: ephemeris, astronomy, astrophysics, planetary, jpl
1 parent 0366f7f commit 85eaed6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ keywords = [
2121

2222
# --- categories on crates.io ---
2323
categories = [
24-
"science/astronomy",
25-
"science/physics",
26-
"science/simulation"
24+
"science",
25+
"astronomy",
26+
"physics",
27+
"simulation",
28+
"astrology"
2729
]
2830

2931
# --- exclude large binary data from the crate ---

0 commit comments

Comments
 (0)