Skip to content

Commit 2550133

Browse files
authored
Merge pull request #7 from CHINMAYVIVEK/dev
ci: align crates.io categories with keywords for better discoverability
2 parents 134f2f8 + 85eaed6 commit 2550133

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)