Skip to content

Commit aead474

Browse files
fix(rssgen): 🐛 crates.io slugs
1 parent 00ead79 commit aead474

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ build = "build.rs" # Path to the build script
2525

2626
# Crates.io categories
2727
categories = [
28-
"data-formats", # For handling RSS and XML formats
29-
"parsing", # Parsing RSS feeds
30-
"xml", # XML-based feed structure
31-
"web-programming", # For web-related functionality
32-
"content-management" # Content syndication
28+
"data-structures",
29+
"parsing",
30+
"encoding",
31+
"web-programming",
32+
"development-tools"
3333
]
3434

3535
# Keywords for easier discoverability on Crates.io

0 commit comments

Comments
 (0)