Skip to content

Commit

Permalink
fix(rssgen): 🐛 crates.io slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Oct 11, 2024
1 parent 00ead79 commit aead474
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ build = "build.rs" # Path to the build script

# Crates.io categories
categories = [
"data-formats", # For handling RSS and XML formats
"parsing", # Parsing RSS feeds
"xml", # XML-based feed structure
"web-programming", # For web-related functionality
"content-management" # Content syndication
"data-structures",
"parsing",
"encoding",
"web-programming",
"development-tools"
]

# Keywords for easier discoverability on Crates.io
Expand Down

0 comments on commit aead474

Please sign in to comment.